<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.docking.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chinzo</id>
	<title>DISI - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.docking.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chinzo"/>
	<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Special:Contributions/Chinzo"/>
	<updated>2026-05-24T12:32:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Conda_environment_issue&amp;diff=13045</id>
		<title>Conda environment issue</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Conda_environment_issue&amp;diff=13045"/>
		<updated>2020-10-29T02:20:52Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Simple steps to solve “Segmentation Fault (core dumped)” or “CondaEnvException: Pip Failed”&amp;#039;&amp;#039;&amp;#039;  If you get the above error messages during your condo environment cr...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Simple steps to solve “Segmentation Fault (core dumped)” or “CondaEnvException: Pip Failed”&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you get the above error messages during your condo environment creation process with .yml file, you need to check if there are packages that incompatible with other packages or current condo environment. &lt;br /&gt;
&lt;br /&gt;
1. In order to find that package that making the error messages you need to split into smaller chunks and install one by one. If you got the same error in your chosen chunk of packages, you need to split into smaller chunks again until you find the bad packages (like a binary search).&lt;br /&gt;
&lt;br /&gt;
2. Another approach is to delete basic package versions. If you want to install a specific version of packages, keep their versions and delete other packages versions from the yml file. For example, You may need exact version of RDKit, Openeye. Keep their package version.  And then create the environment with your yml file. That will avoid installing incompatible or all version of packages.&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Tin_jji&amp;diff=12408</id>
		<title>Tin jji</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Tin_jji&amp;diff=12408"/>
		<updated>2020-04-06T22:27:03Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: /* Install TIN */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== load tin == &lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
su - xyz&lt;br /&gt;
bash&lt;br /&gt;
cd /nfs/ex9/work/xyz/tin01&lt;br /&gt;
source /mnt/nfs/home/devtest/anaconda3/bin/activate&lt;br /&gt;
conda activate /nfs/soft/www/apps/tin01/envs/development&lt;br /&gt;
source /nfs/soft/mitools/env.sh&lt;br /&gt;
export TIN_HOST=&amp;quot;n-5-35&amp;quot;&lt;br /&gt;
You can also change the port (default port is 5432)&lt;br /&gt;
export TIN_PORT=&amp;quot;5432&amp;quot;&lt;br /&gt;
zincload-catalog.sh --name mce --skip-depletion H28P03.00.smi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install TIN ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;First you need to be a root &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo -i&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;# Please replace the code with square brackets []&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Python 3.6.7 installation script&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/nfs/home/chinzo/code/installation-utilities/install-python36.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. PostgreSQL12 installation script&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;# Please replace /local2. This is your postgres data directory&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# In this case script will create a data directory in this directory. For example: &#039;&#039;&#039;/local2&#039;&#039;&#039;/psql/12/data&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sh /nfs/home/chinzo/code/installation-utilities/install-postgres12.sh [/local2]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. RDKIT cartridge installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;# You need to specify rdkit and python directory.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# /opt/rdkit is directory that you are willing to install rdkit&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# /opt/python/3.6.7 is directory that you have already installed it&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/nfs/home/chinzo/code/installation-utilities/install-rdkit.sh [/opt/rdkit] [/opt/python/3.6.7]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. PostgreSQL12 configuration for TIN&#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;pre&amp;gt;sh /nfs/home/chinzo/code/installation-utilities/postgres-config.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Tin_jji&amp;diff=12407</id>
		<title>Tin jji</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Tin_jji&amp;diff=12407"/>
		<updated>2020-04-06T22:26:13Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: /* Install TIN */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== load tin == &lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
su - xyz&lt;br /&gt;
bash&lt;br /&gt;
cd /nfs/ex9/work/xyz/tin01&lt;br /&gt;
source /mnt/nfs/home/devtest/anaconda3/bin/activate&lt;br /&gt;
conda activate /nfs/soft/www/apps/tin01/envs/development&lt;br /&gt;
source /nfs/soft/mitools/env.sh&lt;br /&gt;
export TIN_HOST=&amp;quot;n-5-35&amp;quot;&lt;br /&gt;
You can also change the port (default port is 5432)&lt;br /&gt;
export TIN_PORT=&amp;quot;5432&amp;quot;&lt;br /&gt;
zincload-catalog.sh --name mce --skip-depletion H28P03.00.smi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install TIN ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;First you need to be a root &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo - i&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;# Please replace the code with square brackets []&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Python 3.6.7 installation script&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/nfs/home/chinzo/code/installation-utilities/install-python36.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. PostgreSQL12 installation script&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;# Please replace /local2. This is your postgres data directory&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# In this case script will create a data directory in this directory. For example: &#039;&#039;&#039;/local2&#039;&#039;&#039;/psql/12/data&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sh /nfs/home/chinzo/code/installation-utilities/install-postgres12.sh [/local2]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. RDKIT cartridge installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;# You need to specify rdkit and python directory.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# /opt/rdkit is directory that you are willing to install rdkit&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# /opt/python/3.6.7 is directory that you have already installed it&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/nfs/home/chinzo/code/installation-utilities/install-rdkit.sh [/opt/rdkit] [/opt/python/3.6.7]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. PostgreSQL12 configuration for TIN&#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;pre&amp;gt;sh /nfs/home/chinzo/code/installation-utilities/postgres-config.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Tin_jji&amp;diff=12406</id>
		<title>Tin jji</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Tin_jji&amp;diff=12406"/>
		<updated>2020-04-06T22:25:45Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: /* Install TIN */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== load tin == &lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
su - xyz&lt;br /&gt;
bash&lt;br /&gt;
cd /nfs/ex9/work/xyz/tin01&lt;br /&gt;
source /mnt/nfs/home/devtest/anaconda3/bin/activate&lt;br /&gt;
conda activate /nfs/soft/www/apps/tin01/envs/development&lt;br /&gt;
source /nfs/soft/mitools/env.sh&lt;br /&gt;
export TIN_HOST=&amp;quot;n-5-35&amp;quot;&lt;br /&gt;
You can also change the port (default port is 5432)&lt;br /&gt;
export TIN_PORT=&amp;quot;5432&amp;quot;&lt;br /&gt;
zincload-catalog.sh --name mce --skip-depletion H28P03.00.smi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install TIN ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;First you need to be a root &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo - i&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;# Please replace the code with square brackets []&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Python 3.6.7 installation script&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/nfs/home/chinzo/code/installation-utilities/install-python36.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. PostgreSQL12 installation script&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;# Please replace /local2. This is your postgres data directory&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# In this case script will create a data directory in this directory&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# For example: /local2/psql/12/data&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sh /nfs/home/chinzo/code/installation-utilities/install-postgres12.sh [/local2]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. RDKIT cartridge installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;# You need to specify rdkit and python directory.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# /opt/rdkit is directory that you are willing to install rdkit&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# /opt/python/3.6.7 is directory that you have already installed it&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/nfs/home/chinzo/code/installation-utilities/install-rdkit.sh [/opt/rdkit] [/opt/python/3.6.7]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. PostgreSQL12 configuration for TIN&#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;pre&amp;gt;sh /nfs/home/chinzo/code/installation-utilities/postgres-config.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Tin_jji&amp;diff=12405</id>
		<title>Tin jji</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Tin_jji&amp;diff=12405"/>
		<updated>2020-04-06T22:24:57Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: /* install tin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== load tin == &lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
su - xyz&lt;br /&gt;
bash&lt;br /&gt;
cd /nfs/ex9/work/xyz/tin01&lt;br /&gt;
source /mnt/nfs/home/devtest/anaconda3/bin/activate&lt;br /&gt;
conda activate /nfs/soft/www/apps/tin01/envs/development&lt;br /&gt;
source /nfs/soft/mitools/env.sh&lt;br /&gt;
export TIN_HOST=&amp;quot;n-5-35&amp;quot;&lt;br /&gt;
You can also change the port (default port is 5432)&lt;br /&gt;
export TIN_PORT=&amp;quot;5432&amp;quot;&lt;br /&gt;
zincload-catalog.sh --name mce --skip-depletion H28P03.00.smi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install TIN ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;First you need to be a root &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo - i&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;# Please replace the code with square brackets []&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Python 3.6.7 installation script&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/nfs/home/chinzo/code/installation-utilities/install-python36.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. PostgreSQL12 installation script&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;# Please replace /local2. This is your postgres data directory. In this case &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# Script will create a data directory in this directory&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# For example: /local2/psql/12/data&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sh /nfs/home/chinzo/code/installation-utilities/install-postgres12.sh [/local2]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. RDKIT cartridge installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;# You need to specify rdkit and python directory.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# /opt/rdkit is directory that you are willing to install rdkit&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# /opt/python/3.6.7 is directory that you have already installed it&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/nfs/home/chinzo/code/installation-utilities/install-rdkit.sh [/opt/rdkit] [/opt/python/3.6.7]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. PostgreSQL12 configuration for TIN&#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;pre&amp;gt;sh /nfs/home/chinzo/code/installation-utilities/postgres-config.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Tin_jji&amp;diff=12404</id>
		<title>Tin jji</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Tin_jji&amp;diff=12404"/>
		<updated>2020-04-06T22:24:35Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: /* install tin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== load tin == &lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
su - xyz&lt;br /&gt;
bash&lt;br /&gt;
cd /nfs/ex9/work/xyz/tin01&lt;br /&gt;
source /mnt/nfs/home/devtest/anaconda3/bin/activate&lt;br /&gt;
conda activate /nfs/soft/www/apps/tin01/envs/development&lt;br /&gt;
source /nfs/soft/mitools/env.sh&lt;br /&gt;
export TIN_HOST=&amp;quot;n-5-35&amp;quot;&lt;br /&gt;
You can also change the port (default port is 5432)&lt;br /&gt;
export TIN_PORT=&amp;quot;5432&amp;quot;&lt;br /&gt;
zincload-catalog.sh --name mce --skip-depletion H28P03.00.smi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== install tin ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;First you need to be a root &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo - i&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;# Please replace the code with square brackets []&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Python 3.6.7 installation script&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/nfs/home/chinzo/code/installation-utilities/install-python36.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. PostgreSQL12 installation script&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;# Please replace /local2. This is your postgres data directory. In this case &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# script will create a data directory in this directory&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# For example: /local2/psql/12/data&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sh /nfs/home/chinzo/code/installation-utilities/install-postgres12.sh [/local2]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. RDKIT cartridge installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;# You need to specify rdkit and python directory.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# /opt/rdkit is directory that you are willing to install rdkit&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# /opt/python/3.6.7 is directory that you have already installed it&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/nfs/home/chinzo/code/installation-utilities/install-rdkit.sh [/opt/rdkit] [/opt/python/3.6.7]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. PostgreSQL12 configuration for TIN&#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;pre&amp;gt;sh /nfs/home/chinzo/code/installation-utilities/postgres-config.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Tin_jji&amp;diff=12403</id>
		<title>Tin jji</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Tin_jji&amp;diff=12403"/>
		<updated>2020-04-06T22:23:52Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: /* install tin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== load tin == &lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
su - xyz&lt;br /&gt;
bash&lt;br /&gt;
cd /nfs/ex9/work/xyz/tin01&lt;br /&gt;
source /mnt/nfs/home/devtest/anaconda3/bin/activate&lt;br /&gt;
conda activate /nfs/soft/www/apps/tin01/envs/development&lt;br /&gt;
source /nfs/soft/mitools/env.sh&lt;br /&gt;
export TIN_HOST=&amp;quot;n-5-35&amp;quot;&lt;br /&gt;
You can also change the port (default port is 5432)&lt;br /&gt;
export TIN_PORT=&amp;quot;5432&amp;quot;&lt;br /&gt;
zincload-catalog.sh --name mce --skip-depletion H28P03.00.smi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== install tin ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;First you need to be a root &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo - i&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;# Please replace the code with square brackets []&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Python 3.6.7 installation script&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/nfs/home/chinzo/code/installation-utilities/install-python36.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. PostgreSQL12 installation script&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;# Please replace /local2. This is your postgres data directory. In this case &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# script will change create data directory in this directory&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# For example: /local2/psql/12/data&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sh /nfs/home/chinzo/code/installation-utilities/install-postgres12.sh [/local2]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. RDKIT cartridge installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;# You need to specify rdkit and python directory.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# /opt/rdkit is directory that you are willing to install rdkit&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;# /opt/python/3.6.7 is directory that you have already installed it&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/nfs/home/chinzo/code/installation-utilities/install-rdkit.sh [/opt/rdkit] [/opt/python/3.6.7]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. PostgreSQL12 configuration for TIN&#039;&#039;&#039;  &lt;br /&gt;
&amp;lt;pre&amp;gt;sh /nfs/home/chinzo/code/installation-utilities/postgres-config.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=11077</id>
		<title>PostgreSQL configuration</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=11077"/>
		<updated>2018-11-06T19:02:23Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==&#039;&#039;&#039;How to tune PostgreSQL config file?&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
Written by Chinzorig Dandarchuluun (Sep. 19, 2018). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To install pgtune by using below code&lt;br /&gt;
&lt;br /&gt;
 sudo yum install pgtune&lt;br /&gt;
&lt;br /&gt;
Go to the PostgreSQL data folder&lt;br /&gt;
&lt;br /&gt;
 cd /var/lib/pgsql/9.2/data &lt;br /&gt;
&lt;br /&gt;
The command will output new config file with settings roughly optimized for the server’s hardware.&lt;br /&gt;
&lt;br /&gt;
 pgtune -i postgresql.conf -o postgresql.conf.pgtune -T DW -c 1000&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PG Tune Options&#039;&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* -i or –input-config : Specifies the current postgresql.conf file.&lt;br /&gt;
&lt;br /&gt;
* -o or –input-config : Specifies the file name for the new postgresql.conf file.&lt;br /&gt;
&lt;br /&gt;
* -M or –memory: Use this parameter to specify total system memory. If not specified, pgtune will attempt to detect memory size.&lt;br /&gt;
&lt;br /&gt;
* -T or –type : Specifies database type. Valid options are: DW, OLTP, Web, Mixed, Desktop&lt;br /&gt;
&lt;br /&gt;
* -c or –connections: Specifies number of maximum connections expected. If not specified, it depends on database type.&lt;br /&gt;
&lt;br /&gt;
* -D or –debug : Enables debugging mode.&lt;br /&gt;
&lt;br /&gt;
* -S or –settings: Directory where settings data files are located at.Defaults to the directory where the script is being run from. The RPM package includes a patch to use the correct location these files were installed into.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Backup the current config file&lt;br /&gt;
&lt;br /&gt;
 sudo mv postgresql.conf postgresql.conf.backup&lt;br /&gt;
&lt;br /&gt;
And then setup new config file&lt;br /&gt;
&lt;br /&gt;
 sudo mv postgresql.conf.pgtune postgresql.conf&lt;br /&gt;
&lt;br /&gt;
Restart the server&lt;br /&gt;
&lt;br /&gt;
 service postgresql-9.2 restart&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=11005</id>
		<title>PostgreSQL configuration</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=11005"/>
		<updated>2018-09-19T18:23:27Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: /* How to tune PostgreSQL config file? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==&#039;&#039;&#039;How to tune PostgreSQL config file?&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
To install pgtune by using below code&lt;br /&gt;
&lt;br /&gt;
 sudo yum install pgtune&lt;br /&gt;
&lt;br /&gt;
Go to the PostgreSQL data folder&lt;br /&gt;
&lt;br /&gt;
 cd /var/lib/pgsql/9.2/data &lt;br /&gt;
&lt;br /&gt;
The command will output new config file with settings roughly optimized for the server’s hardware.&lt;br /&gt;
&lt;br /&gt;
 pgtune -i postgresql.conf -o postgresql.conf.pgtune -T DW -c 1000&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PG Tune Options&#039;&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* -i or –input-config : Specifies the current postgresql.conf file.&lt;br /&gt;
&lt;br /&gt;
* -o or –input-config : Specifies the file name for the new postgresql.conf file.&lt;br /&gt;
&lt;br /&gt;
* -M or –memory: Use this parameter to specify total system memory. If not specified, pgtune will attempt to detect memory size.&lt;br /&gt;
&lt;br /&gt;
* -T or –type : Specifies database type. Valid options are: DW, OLTP, Web, Mixed, Desktop&lt;br /&gt;
&lt;br /&gt;
* -c or –connections: Specifies number of maximum connections expected. If not specified, it depends on database type.&lt;br /&gt;
&lt;br /&gt;
* -D or –debug : Enables debugging mode.&lt;br /&gt;
&lt;br /&gt;
* -S or –settings: Directory where settings data files are located at.Defaults to the directory where the script is being run from. The RPM package includes a patch to use the correct location these files were installed into.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Backup the current config file&lt;br /&gt;
&lt;br /&gt;
 sudo mv postgresql.conf postgresql.conf.backup&lt;br /&gt;
&lt;br /&gt;
And then setup new config file&lt;br /&gt;
&lt;br /&gt;
 sudo mv postgresql.conf.pgtune postgresql.conf&lt;br /&gt;
&lt;br /&gt;
Restart the server&lt;br /&gt;
&lt;br /&gt;
 service postgresql-9.2 restart&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=11004</id>
		<title>PostgreSQL configuration</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=11004"/>
		<updated>2018-09-19T18:22:42Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==&#039;&#039;&#039;How to tune PostgreSQL config file?&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
First you need install pgtune by using below code&lt;br /&gt;
&lt;br /&gt;
 sudo yum install pgtune&lt;br /&gt;
&lt;br /&gt;
Go to the PostgreSQL data folder&lt;br /&gt;
&lt;br /&gt;
 cd /var/lib/pgsql/9.2/data &lt;br /&gt;
&lt;br /&gt;
The command will output new config file with settings roughly optimized for the server’s hardware.&lt;br /&gt;
&lt;br /&gt;
 pgtune -i postgresql.conf -o postgresql.conf.pgtune -T DW -c 1000&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PG Tune Options&#039;&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* -i or –input-config : Specifies the current postgresql.conf file.&lt;br /&gt;
&lt;br /&gt;
* -o or –input-config : Specifies the file name for the new postgresql.conf file.&lt;br /&gt;
&lt;br /&gt;
* -M or –memory: Use this parameter to specify total system memory. If not specified, pgtune will attempt to detect memory size.&lt;br /&gt;
&lt;br /&gt;
* -T or –type : Specifies database type. Valid options are: DW, OLTP, Web, Mixed, Desktop&lt;br /&gt;
&lt;br /&gt;
* -c or –connections: Specifies number of maximum connections expected. If not specified, it depends on database type.&lt;br /&gt;
&lt;br /&gt;
* -D or –debug : Enables debugging mode.&lt;br /&gt;
&lt;br /&gt;
* -S or –settings: Directory where settings data files are located at.Defaults to the directory where the script is being run from. The RPM package includes a patch to use the correct location these files were installed into.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Backup the current config file&lt;br /&gt;
&lt;br /&gt;
 sudo mv postgresql.conf postgresql.conf.backup&lt;br /&gt;
&lt;br /&gt;
And then setup new config file&lt;br /&gt;
&lt;br /&gt;
 sudo mv postgresql.conf.pgtune postgresql.conf&lt;br /&gt;
&lt;br /&gt;
Restart the server&lt;br /&gt;
&lt;br /&gt;
 service postgresql-9.2 restart&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=11003</id>
		<title>PostgreSQL configuration</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=11003"/>
		<updated>2018-09-19T18:20:45Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==&#039;&#039;&#039;How to tune PostgreSQL config file?&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
First you need install pgtune by using below code&lt;br /&gt;
&lt;br /&gt;
 sudo yum install pgtune&lt;br /&gt;
&lt;br /&gt;
Go to the PostgreSQL data folder&lt;br /&gt;
&lt;br /&gt;
 cd /var/lib/pgsql/9.2/data &lt;br /&gt;
&lt;br /&gt;
The command will output new config file with settings roughly optimized for the server’s hardware.&lt;br /&gt;
&lt;br /&gt;
 pgtune -i postgresql.conf -o postgresql.conf.pgtune -T DW -c 1000&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PG Tune Options&#039;&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* -i or –input-config : Specifies the current postgresql.conf file.&lt;br /&gt;
&lt;br /&gt;
* -o or –input-config : Specifies the file name for the new postgresql.conf file.&lt;br /&gt;
&lt;br /&gt;
* -M or –memory: Use this parameter to specify total system memory. If not specified, pgtune will attempt to detect memory size.&lt;br /&gt;
&lt;br /&gt;
* -T or –type : Specifies database type. Valid options are:DW, OLTP, Web, Mixed, Desktop&lt;br /&gt;
&lt;br /&gt;
* -c or –connections: Specifies number of maximum connections expected. If not specified, it depends on database type.&lt;br /&gt;
&lt;br /&gt;
* -D or –debug : Enables debugging mode.&lt;br /&gt;
&lt;br /&gt;
* -S or –settings: Directory where settings data files are located at.Defaults to the directory where the script is being run from. The RPM package includes a patch to use the correct location these files were installed into.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Backup the current config file&lt;br /&gt;
&lt;br /&gt;
 sudo mv postgresql.conf postgresql.conf.backup&lt;br /&gt;
&lt;br /&gt;
And then setup new config file&lt;br /&gt;
&lt;br /&gt;
 sudo mv postgresql.conf.pgtune postgresql.conf&lt;br /&gt;
&lt;br /&gt;
Restart the server&lt;br /&gt;
&lt;br /&gt;
 service postgresql-9.2 restart&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=11002</id>
		<title>PostgreSQL configuration</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=11002"/>
		<updated>2018-09-19T18:19:30Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==&#039;&#039;&#039;How to tune PostgreSQL config file?&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
First you need install pgtune by using below code&lt;br /&gt;
&lt;br /&gt;
 sudo yum install pgtune&lt;br /&gt;
&lt;br /&gt;
Go to the PostgreSQL data folder&lt;br /&gt;
&lt;br /&gt;
 cd /var/lib/pgsql/9.2/data &lt;br /&gt;
&lt;br /&gt;
The command will output new config file with settings roughly optimized for the server’s hardware.&lt;br /&gt;
&lt;br /&gt;
 pgtune -i postgresql.conf -o postgresql.conf.pgtune -T DW -c 1000&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PG Tune Options&#039;&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* -i or –input-config : Specifies the current postgresql.conf file.&lt;br /&gt;
&lt;br /&gt;
* -o or –input-config : Specifies the file name for the new postgresql.conf file.&lt;br /&gt;
&lt;br /&gt;
* -M or –memory: Use this parameter to specify total system memory. If not specified, pgtune will attempt to detect memory size.&lt;br /&gt;
&lt;br /&gt;
* -T or –type : Specifies database type. Valid options are:DW, OLTP, Web, Mixed, Desktop&lt;br /&gt;
&lt;br /&gt;
* -c or –connections: Specifies number of maximum connections expected. If not specified, it depends on database type.&lt;br /&gt;
&lt;br /&gt;
* -D or –debug : Enables debugging mode.&lt;br /&gt;
&lt;br /&gt;
* -S or –settings: Directory where settings data files are located at.Defaults to the directory where the script is being run from. The RPM package includes a patch to use the correct location these files were installed into.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Backup the current config file&lt;br /&gt;
&lt;br /&gt;
 sudo mv postgresql.conf postgresql.conf.backup&lt;br /&gt;
&lt;br /&gt;
And then setup new config file&lt;br /&gt;
&lt;br /&gt;
 sudo mv postgresql.conf.pgtune postgresql.conf&lt;br /&gt;
&lt;br /&gt;
Restart the server&lt;br /&gt;
&lt;br /&gt;
 service postgresql-9.2 restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://www.tivix.com/blog/postgresql-no-effort-config-optimization&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Group_Meeting&amp;diff=10979</id>
		<title>Group Meeting</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Group_Meeting&amp;diff=10979"/>
		<updated>2018-09-06T16:47:57Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: /* Rotation Order */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Shoichet Lab Group Meeting Schedule = &lt;br /&gt;
&#039;&#039;&#039;Google Calendarise the Shoichet Group Meeting schedule&#039;&#039;&#039; &lt;br /&gt;
You can access the SGM schedule through your own Google calendar account by [http://www.google.com/calendar/render?cid=90hc5i060oggekk2s3c8sluf4g%40group.calendar.google.com clicking here].&lt;br /&gt;
For the unfortunate souls that do not have a Google account and those rebellious ones that do not care, an HTML version is available [http://www.google.com/calendar/embed?src=90hc5i060oggekk2s3c8sluf4g%40group.calendar.google.com&amp;amp;pvttk=b015223b9cc576dce92e6cc7698935cd here].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;GROUP MEETINGS ARE [[FRIDAYS AT 9:30-11:00 A.M. Pacific time in GH-S536A and 12:30 to 2:00 Eastern time in Toronto]]&lt;br /&gt;
{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
= Upcoming Presentations = &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*8/16/2018: Jiankun Lyu &#039;&#039;&#039;(Note new date Aug 16th (Thursday), and time 1-2:30 pm, in GH-N536A)&#039;&#039;&#039;&lt;br /&gt;
*8/24/2018: Christian Billesboelle&lt;br /&gt;
*8/31/2018: Anna Kamenik&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*9/7/2018: John Irwin&lt;br /&gt;
*9/14/2018: no lab meeting, BKS out on Travel&lt;br /&gt;
*9/21/2018: Trent Balius&lt;br /&gt;
*9/28/2018: Ying Yang&lt;br /&gt;
&lt;br /&gt;
=Rotation Order =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Reed Stein&lt;br /&gt;
*Shuo Gu&lt;br /&gt;
*Anat Levit&lt;br /&gt;
*Brian Shoichet&lt;br /&gt;
*Aashish Manglik&lt;br /&gt;
*Xiaobo Wan&lt;br /&gt;
*Matt O&#039;Meara&lt;br /&gt;
*Isha Singh&lt;br /&gt;
*Chase Webb&lt;br /&gt;
*Jiankun Lyu&lt;br /&gt;
*Christian Billesboelle&lt;br /&gt;
*John J. Irwin&lt;br /&gt;
*Trent Balius&lt;br /&gt;
*Ying Yang&lt;br /&gt;
*Ishan Deshpande (End of September)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Parnian Lak (Started: 3/19/18)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Ben R. Wong&lt;br /&gt;
*Chinzorig Dandarchuluun&lt;br /&gt;
*Supritha Amudhu&lt;br /&gt;
*Khanh Tang&lt;br /&gt;
*Jennifer Young&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Holidays (NO lab meeting):&lt;br /&gt;
*Cesar Chavez&lt;br /&gt;
*Veteran&#039;s Day&lt;br /&gt;
&lt;br /&gt;
There&#039;s lab mtg:&lt;br /&gt;
*SOP Commencement (unless BKS needs to attend)&lt;br /&gt;
&lt;br /&gt;
= Room Bookings = &lt;br /&gt;
* GH S536A is booked by Yvonne until ... no end date - booked w/ Alma Agorilla.&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=10944</id>
		<title>PostgreSQL configuration</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=10944"/>
		<updated>2018-08-17T13:44:28Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=10943</id>
		<title>PostgreSQL configuration</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=PostgreSQL_configuration&amp;diff=10943"/>
		<updated>2018-08-17T13:43:57Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: Created page with &amp;quot;test&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=User:Chinzo&amp;diff=10942</id>
		<title>User:Chinzo</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=User:Chinzo&amp;diff=10942"/>
		<updated>2018-08-16T18:42:00Z</updated>

		<summary type="html">&lt;p&gt;Chinzo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Computer Science bachelor and graduate degree. Scientific programmer in Irwin lab. Technical skills: Java (4yrs), Android Development (3yrs), C# (3yrs), Python (1yr)&lt;/div&gt;</summary>
		<author><name>Chinzo</name></author>
	</entry>
</feed>