Difference between revisions of "Team:Technion Israel/Software"

 
(16 intermediate revisions by 4 users not shown)
Line 49: Line 49:
 
Every in-content-page img needs to have this class of col.
 
Every in-content-page img needs to have this class of col.
 
*/
 
*/
.referances {
+
.references {
   font-size: 16px;
+
   font-size: 12px;
outline: 1px solid black;
+
 
padding: 20px;
 
padding: 20px;
 
}
 
}
Line 107: Line 106:
  
 
<div class="row"><!-- #1 row -->
 
<div class="row"><!-- #1 row -->
<div class="col-sm-10 col-sm-offset-1">
+
<div class="col-sm-8 col-sm-offset-2"><!-- 8/12 -->
 +
 
  
 
<div class="cont_box">
 
<div class="cont_box">
Line 115: Line 115:
 
 
 
<div class="col-md-12 col-sm-12">
 
<div class="col-md-12 col-sm-12">
<h1 class="text-center"><u>Software</u></h1><!--Headline-->
+
<!--Headline-->
<br>
+
 
<h2>Software tool</h2>
 
<h2>Software tool</h2>
<p class="text-justify">
+
 
We worked hard for many months to successfully redesign the ligand binding site of the <I>E. coli</I> Tar chemoreceptor. This feat was done using the Rosetta software suite by following the protocol presented in <b>"Rosetta and the Design of Ligand Binding Sites" (1)</b>. The work we have achieved can be expanded into other receptors and ligands, and can be of use for other researchers.<br>
+
<div class="row">
<br>
+
<div class="col-md-6 col-sm-12 vcenter"><!--6 text-->
Our software tool offers fellow scientists the ability to create their own custom chemoreceptors by redesigning the Tar ligand binding site,  
+
<p class="text-justify">
 +
We worked hard for many months to successfully redesign the ligand binding site of the <I>E. coli</I> Tar chemoreceptor. This feat was done using the Rosetta software suite by following the protocol published by <i>Moretti, R. et al.</i> <b>(1)</b>. The work we have achieved can be expanded into other receptors and ligands, and can be of use for other researchers.<br>
 +
 
 +
Our software tool offers fellow scientists the ability to design their own custom chemoreceptors by redesigning the Tar ligand binding site,  
 
and without needing to tackle the many challenges of Rosetta. One can do so in two ways:<br>
 
and without needing to tackle the many challenges of Rosetta. One can do so in two ways:<br>
 
1) Using a local installation of Rosetta (preferably on a computer cluster).<br>
 
1) Using a local installation of Rosetta (preferably on a computer cluster).<br>
 
2) Online, with the form below.<br>
 
2) Online, with the form below.<br>
 
<br>
 
<br>
See the Rosetta page <b>(link to rosetta page)</b> for more explanations about the use of the software, and see the wet lab results of our designs <b>(link to histamine results</b>.
 
</p><br>
 
  
<br>
+
</p>
 +
</div><!--
 +
--><div class="col-md-6 col-sm-12 vcenter"><!--6 img div-->
 +
<a class="pop ocenter">
 +
<img src="https://static.igem.org/mediawiki/2016/f/fb/T--Technion_Israel--software.png" class="img-responsive img-center" width="450" style="cursor: pointer;">
 +
</a>
 +
</div>
 +
</div>
 +
<div class="row">
 +
<div class="col-md-12 col-sm-12">
 +
<p class="text-justify">
 +
See the <a href="https://2016.igem.org/Team:Technion_Israel/Modifications/Rosetta" >Computational Design page</a> for more explanations about the use of the software, and see the wet lab results of our designs at the results tab.
 +
</p>
 +
</div>
 +
</div>
 +
 
 +
 
  
 
<h2>Using a local installation</h2>
 
<h2>Using a local installation</h2>
 
<p class="text-justify">
 
<p class="text-justify">
We supply a zip file for a Linux system with all necessary scripts to successfully run the redesigning automatically. This script is used only as a framework for working with Rosetta, to successfully run it you are required to download and install the following software: Rosetta, BCL, OpenBabel, Python and a protein visualization program such as UCSF Chimera or PyMol.<br>
+
We supply a zip file for a Linux system with all necessary scripts to successfully run the redesigning automatically. This script is used only as a framework for working with Rosetta. To successfully run it you are required to download and install the following software: Rosetta, BCL, OpenBabel, Python and a protein visualization program such as UCSF Chimera or PyMol.<br>
 
<br>
 
<br>
<b>Install:</b> Download our <a href="https://static.igem.org/mediawiki/2016/0/00/Src.zip">software</a> to Linux operation  
+
<b>Installation:</b> Download our <a href="https://static.igem.org/mediawiki/2016/0/00/Src.zip">software</a> to Linux operation  
 
system and unzip it on the computer running the above programs, in the same folder you wish to save your design work. Edit the path to the programs you just installed in 'runRosetta.sh' file, under the 'define variables' section, and you are ready to go.  <br>
 
system and unzip it on the computer running the above programs, in the same folder you wish to save your design work. Edit the path to the programs you just installed in 'runRosetta.sh' file, under the 'define variables' section, and you are ready to go.  <br>
 
<br>
 
<br>
 
<b>Run</b> the main program running the software is <I>'runRosetta.sh'</I>. Run command for initial help:<br>
 
<b>Run</b> the main program running the software is <I>'runRosetta.sh'</I>. Run command for initial help:<br>
 
<code> ./runRosetta.sh -h </code> <br>
 
<code> ./runRosetta.sh -h </code> <br>
The program is divided into steps, according to the steps presented in the protocol "Rosetta and the Design of Ligand Binding Sites" <b>(1)</b>:<br>
+
The program is divided into steps, according to the steps presented in <b>(1)</b>:<br>
<br>
+
 
<b>1. </b> Pre-relax the protein. Run command: <br>
 
<b>1. </b> Pre-relax the protein. Run command: <br>
 
<code>./runRosetta.sh -s 1 -r &lt;receptor file name WITHOUT extension&gt;</code><br>
 
<code>./runRosetta.sh -s 1 -r &lt;receptor file name WITHOUT extension&gt;</code><br>
Line 147: Line 162:
 
<code>./runRosetta.sh -s 2 -l &lt;ligand file name WITHOUT extension&gt;</code><br>
 
<code>./runRosetta.sh -s 2 -l &lt;ligand file name WITHOUT extension&gt;</code><br>
 
<b>3. </b>Place the ligand into the protein. This is the only step which cannot be done automatically. Follow the instructions at the attached pdf  
 
<b>3. </b>Place the ligand into the protein. This is the only step which cannot be done automatically. Follow the instructions at the attached pdf  
file: <a href="https://static.igem.org/mediawiki/2016/2/28/Step3.3-Place_the_ligand_into_the_protein.pdf" target="_blank">"Step3.3-Place_the_ligand_into_the_protein.pdf"</a><br>
+
file: <a href="https://static.igem.org/mediawiki/2016/2/2d/Step3.3-Ligand_Placement.pdf" >"Step3.3-Place_the_ligand_into_the_protein.pdf"</a><br>
<br>
+
 
<b>4. </b>Run Rosetta design. Run command:<br>
 
<b>4. </b>Run Rosetta design. Run command:<br>
<code>./runRosetta.sh -s 4 -l &lt;ligand file name WITHOUT extension&gt; -r &lt;receptor file name WITHOUT extension&gt;<br> -m &lt;number of output models&gt; </code><br>
+
<code>./runRosetta.sh -s 4 -l &lt;ligand file name WITHOUT extension&gt; -r &lt;receptor file name WITHOUT extension&gt; -m &lt;number of output models&gt; </code><br>
 
<b>5. </b>Filter designs. Run command:<br>
 
<b>5. </b>Filter designs. Run command:<br>
 
<code>./runRosetta.sh -s 5 </code><br>
 
<code>./runRosetta.sh -s 5 </code><br>
Line 156: Line 170:
 
files '&lt;results/interfaces&gt;_metrics.config'. To remove a filter just delete it from the config file. To add a filter just add it in the  
 
files '&lt;results/interfaces&gt;_metrics.config'. To remove a filter just delete it from the config file. To add a filter just add it in the  
 
same format as the others in the config file (the column number is the one in the respectively csv score file).<br>
 
same format as the others in the config file (the column number is the one in the respectively csv score file).<br>
<br>
 
 
<b>6. </b> Run new cycle. Run command:<br>
 
<b>6. </b> Run new cycle. Run command:<br>
<code>./runRosetta.sh -s 6 -l &lt;ligand file name WITHOUT extension&gt; -r &lt;receptor file name WITHOUT extension&gt;<br> -m &lt;number of output models&gt; </code><br>
+
<code>./runRosetta.sh -s 6 -l &lt;ligand file name WITHOUT extension&gt; -r &lt;receptor file name WITHOUT extension&gt; -m &lt;number of output models&gt; </code><br>
 
For more information see 'README.txt' file in the source zip file.
 
For more information see 'README.txt' file in the source zip file.
 
</p><br>
 
</p><br>
  
<br>
 
  
 
<h2>Using online form</h2>
 
<h2>Using online form</h2>
Line 238: Line 250:
  
 
<div class="row">
 
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
+
<div class="col-sm-8 col-sm-offset-2">
<a href="#intein_referances" data-toggle="collapse">Referances</a>
+
<div id="intein_referances" class="collapse">
+
  
<p class="referances">
+
<p class="references">
 +
References:<br>
 
1. Moretti, R., Bender, B.J., Allison, B. and Meiler, J., 2016. Rosetta and the Design of Ligand Binding Sites. Computational Design of Ligand Binding Proteins, pp.47-62.<br>
 
1. Moretti, R., Bender, B.J., Allison, B. and Meiler, J., 2016. Rosetta and the Design of Ligand Binding Sites. Computational Design of Ligand Binding Proteins, pp.47-62.<br>
 
</p>
 
</p>
  
</div>
+
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 13:28, 19 October 2016

S.tar, by iGEM Technion 2016

S.tar, by iGEM Technion 2016

Software tool

We worked hard for many months to successfully redesign the ligand binding site of the E. coli Tar chemoreceptor. This feat was done using the Rosetta software suite by following the protocol published by Moretti, R. et al. (1). The work we have achieved can be expanded into other receptors and ligands, and can be of use for other researchers.
Our software tool offers fellow scientists the ability to design their own custom chemoreceptors by redesigning the Tar ligand binding site, and without needing to tackle the many challenges of Rosetta. One can do so in two ways:
1) Using a local installation of Rosetta (preferably on a computer cluster).
2) Online, with the form below.

See the Computational Design page for more explanations about the use of the software, and see the wet lab results of our designs at the results tab.

Using a local installation

We supply a zip file for a Linux system with all necessary scripts to successfully run the redesigning automatically. This script is used only as a framework for working with Rosetta. To successfully run it you are required to download and install the following software: Rosetta, BCL, OpenBabel, Python and a protein visualization program such as UCSF Chimera or PyMol.

Installation: Download our software to Linux operation system and unzip it on the computer running the above programs, in the same folder you wish to save your design work. Edit the path to the programs you just installed in 'runRosetta.sh' file, under the 'define variables' section, and you are ready to go.

Run the main program running the software is 'runRosetta.sh'. Run command for initial help:
./runRosetta.sh -h
The program is divided into steps, according to the steps presented in (1):
1. Pre-relax the protein. Run command:
./runRosetta.sh -s 1 -r <receptor file name WITHOUT extension>
2. Prepare the ligand. Run command:
./runRosetta.sh -s 2 -l <ligand file name WITHOUT extension>
3. Place the ligand into the protein. This is the only step which cannot be done automatically. Follow the instructions at the attached pdf file: "Step3.3-Place_the_ligand_into_the_protein.pdf"
4. Run Rosetta design. Run command:
./runRosetta.sh -s 4 -l <ligand file name WITHOUT extension> -r <receptor file name WITHOUT extension> -m <number of output models>
5. Filter designs. Run command:
./runRosetta.sh -s 5
The software offers default filtration, but this is not suitable for any ligand or receptor. The filters can be easily changed in one of the files '<results/interfaces>_metrics.config'. To remove a filter just delete it from the config file. To add a filter just add it in the same format as the others in the config file (the column number is the one in the respectively csv score file).
6. Run new cycle. Run command:
./runRosetta.sh -s 6 -l <ligand file name WITHOUT extension> -r <receptor file name WITHOUT extension> -m <number of output models>
For more information see 'README.txt' file in the source zip file.


Using online form

If you do not have access to a Linux machine, or simply do not wish to deal with Rosetta, we offer an easy way you can still get your redesigned chemoreceptor. All you need to do is to fill out this form, and we will do the rest. We'll send you the result through the mail in the next few days.
Note that this is possible only for redesigning the Tar ligand binding domain to bind your desired ligand. If you wish to redesign a different receptor contact us through the mail: technionigem2016@gmail.com.


References:
1. Moretti, R., Bender, B.J., Allison, B. and Meiler, J., 2016. Rosetta and the Design of Ligand Binding Sites. Computational Design of Ligand Binding Proteins, pp.47-62.




S.tar, by iGEM Technion 2016