(Prototype team page) |
|||
(30 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Technion_Israel}} | + | {{Team:Technion_Israel/navbar}} |
− | <html> | + | <html lang="en"> |
+ | |||
+ | <head> | ||
+ | <!-- Title for the page & metadata --> | ||
+ | <title>S.tar, by iGEM Technion 2016</title> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="navbar" content="width=device-width, initial-scale=1"> | ||
− | < | + | <style>/* inline page CSS */ |
− | + | ||
− | + | body { | |
+ | } | ||
+ | /* ==========Background and effects ========== */ | ||
+ | /*Make sure the div is unuiqe to each page*/ | ||
+ | .Software_wrapper { | ||
+ | position: relative; | ||
+ | |||
+ | background: white; /* For browsers that do not support gradients */ | ||
+ | background: -webkit-linear-gradient(white, #ecf7fb, white); /* For Safari 5.1 to 6.0 */ | ||
+ | background: -o-linear-gradient(white, #ecf7fb, white); /* For Opera 11.1 to 12.0 */ | ||
+ | background: -moz-linear-gradient(white, #ecf7fb, white); /* For Firefox 3.6 to 15 */ | ||
+ | background: linear-gradient(white, #ecf7fb, white); /* Standard syntax */ | ||
+ | /*background-image:url('addres'); | ||
+ | background-size:cover; | ||
+ | filter: blur(5px) grayscale(80%) opacity(10%);*/ | ||
+ | } | ||
+ | /* ========== END: and effects ========== */ | ||
− | |||
− | |||
+ | /* | ||
+ | Object in external CSS sheet: | ||
+ | nav-tabs, cont_tabs: | ||
+ | Open diffrent tabs, we uses imgs. | ||
+ | back-to-top: | ||
+ | go back to top. Apears only when going down the page. | ||
+ | cont_box: | ||
+ | The containers (box) which hold the texts and imgs in the page. | ||
+ | img_cont: | ||
+ | Every in-content-page img needs to have this class of img. | ||
− | + | no-title-col: | |
− | + | Every in-content-page img needs to have this class of col. | |
+ | */ | ||
+ | .references { | ||
+ | font-size: 12px; | ||
+ | padding: 20px; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | |||
+ | //up arrow: | ||
+ | $(document).ready(function(){ | ||
+ | $(window).scroll(function () { | ||
+ | if ($(this).scrollTop() > 350) { | ||
+ | $('#back-to-top').fadeIn(); | ||
+ | } else { | ||
+ | $('#back-to-top').fadeOut(); | ||
+ | } | ||
+ | }); | ||
+ | // scroll body to 0px on click | ||
+ | $('#back-to-top').click(function () { | ||
+ | $('#back-to-top').tooltip('hide'); | ||
+ | $('body,html').animate({ | ||
+ | scrollTop: 0 | ||
+ | }, 800); | ||
+ | return false; | ||
+ | }); | ||
+ | |||
+ | $('#back-to-top').tooltip('show'); | ||
+ | |||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | |||
+ | <header> | ||
+ | </header> | ||
+ | |||
+ | <!-- ===== One overall container (wrapper) ===== --> | ||
+ | <div class="Software_wrapper"> | ||
+ | |||
+ | <!-- ======== Cover photo: ======== --> | ||
+ | <div class="row"> | ||
+ | <div class="col-xs-12"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/a/a0/T--Technion_Israel--softwarecov.jpg" class="img-responsive img-center cont_cover" width="100%"> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- ===== END: Cover photo: ===== --> | ||
+ | |||
+ | |||
+ | <!-- =========== Content =========== --> | ||
+ | |||
+ | <div class="row"><!-- #1 row --> | ||
+ | <div class="col-sm-8 col-sm-offset-2"><!-- 8/12 --> | ||
+ | |||
+ | |||
+ | <div class="cont_box"> | ||
+ | <div class="row"> | ||
+ | <a id="guidance"></a> | ||
+ | <div class="col-sm-12"> | ||
+ | |||
+ | <div class="col-md-12 col-sm-12"> | ||
+ | <!--Headline--> | ||
+ | <h2>Software tool</h2> | ||
+ | |||
+ | <div class="row"> | ||
+ | <div class="col-md-6 col-sm-12 vcenter"><!--6 text--> | ||
+ | <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> | ||
+ | 1) Using a local installation of Rosetta (preferably on a computer cluster).<br> | ||
+ | 2) Online, with the form below.<br> | ||
+ | <br> | ||
− | |||
− | |||
− | |||
</p> | </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> | ||
+ | <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> | ||
+ | <br> | ||
+ | <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> | ||
+ | <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> | ||
+ | The program is divided into steps, according to the steps presented in <b>(1)</b>:<br> | ||
+ | <b>1. </b> Pre-relax the protein. Run command: <br> | ||
+ | <code>./runRosetta.sh -s 1 -r <receptor file name WITHOUT extension></code><br> | ||
+ | <b>2. </b> Prepare the ligand. Run command: <br> | ||
+ | <code>./runRosetta.sh -s 2 -l <ligand file name WITHOUT extension></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 | ||
+ | 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> | ||
+ | <b>4. </b>Run Rosetta design. Run command:<br> | ||
+ | <code>./runRosetta.sh -s 4 -l <ligand file name WITHOUT extension> -r <receptor file name WITHOUT extension> -m <number of output models> </code><br> | ||
+ | <b>5. </b>Filter designs. Run command:<br> | ||
+ | <code>./runRosetta.sh -s 5 </code><br> | ||
+ | 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).<br> | ||
+ | <b>6. </b> Run new cycle. Run command:<br> | ||
+ | <code>./runRosetta.sh -s 6 -l <ligand file name WITHOUT extension> -r <receptor file name WITHOUT extension> -m <number of output models> </code><br> | ||
+ | For more information see 'README.txt' file in the source zip file. | ||
+ | </p><br> | ||
+ | |||
+ | |||
+ | <h2>Using online form</h2> | ||
+ | <p class="text-justify"> | ||
+ | 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.<br> | ||
+ | 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. | ||
+ | </p> | ||
+ | <form class="form-horizontal"> | ||
+ | <fieldset> | ||
+ | |||
+ | <!-- Text input--> | ||
+ | <div class="form-group"> | ||
+ | <label class="col-md-4 control-label" for="Ligand_name">Ligand Name</label> | ||
+ | <div class="col-md-4"> | ||
+ | <input id="Ligand_name" name="Ligand_name" type="text" placeholder="e.g. Aspartate" class="form-control input-md" required=""> | ||
+ | |||
+ | </div> | ||
</div> | </div> | ||
+ | <!-- Text input--> | ||
+ | <div class="form-group"> | ||
+ | <label class="col-md-4 control-label" for="Full_name">Full Name</label> | ||
+ | <div class="col-md-4"> | ||
+ | <input id="Full_name" name="Full_name" type="text" placeholder="john smith" class="form-control input-md" required=""> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Text input--> | ||
+ | <div class="form-group"> | ||
+ | <label class="col-md-4 control-label" for="email">Email</label> | ||
+ | <div class="col-md-4"> | ||
+ | <input id="email" name="email" type="text" placeholder="123@go.com" class="form-control input-md" required=""> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Button --> | ||
+ | <div class="form-group"> | ||
+ | <label class="col-md-4 control-label" for="submit"></label> | ||
+ | <div class="col-md-4"> | ||
+ | <button id="submit" name="submit" class="btn btn-default" onclick="send()">send</button> | ||
+ | <script> | ||
+ | function send() { | ||
+ | var email = "technionigem2016@gmail.com"; | ||
+ | var subject = 'Request for online Rosetta design'; | ||
+ | var body = 'Request to run online Rosetta design for:'; | ||
+ | var fullname = document.getElementById('Full_name').value; | ||
+ | var ligandname = document.getElementById('Ligand_name').value; | ||
+ | var returnmail = document.getElementById('email').value; | ||
+ | document.write('<a href="mailto:' + email + '?subject=' +subject+ '&body=' +body+fullname+ligandname+returnmail '">' + 'Click here to send email as well' + '<'+'/a>'); | ||
+ | } | ||
+ | </script> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </fieldset> | ||
+ | </form> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div><!-- END: #1 row --> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="row"> | ||
+ | <div class="col-sm-8 col-sm-offset-2"> | ||
+ | |||
+ | |||
+ | <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> | ||
+ | </p> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | |||
+ | <a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" title="Up" data-toggle="tooltip" data-placement="left"><img src="https://static.igem.org/mediawiki/2016/5/5a/T--Technion_Israel--up_arrow.png" alt=""></a> | ||
+ | |||
+ | |||
+ | </body> | ||
</html> | </html> | ||
+ | {{:Team:Technion_Israel/supporters}} |
Latest revision as of 13:28, 19 October 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.