(Prototype team page) |
|||
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. | |
+ | */ | ||
− | < | + | </style> |
− | <p> | + | |
− | + | ||
+ | <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/1/18/T--Technion_Israel--attributioncover.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-10 col-sm-offset-1"> | ||
+ | |||
+ | <div class="cont_box"> | ||
+ | <div class="row"> | ||
+ | <a id="guidance"></a> | ||
+ | <div class="col-sm-12"> | ||
+ | |||
+ | <div class="col-md-12 col-sm-12"> | ||
+ | <h1 class="text-center"><u>Software</u></h1><!--Headline--> | ||
+ | <br> | ||
+ | <h2>Software tool</h2> | ||
+ | <p class="text-justify"> | ||
+ | We have worked hard the whole year to successfully redesigning ligand binding site of the Tar chemoreceptor | ||
+ | with Rosetta software, according to protocol presented in "Rosetta and the Design of Ligand Binding Sites" <b>(1)</b>. | ||
+ | The work we have achieved can be expanded into other receptors and ligands, and can be a use for other researchers.<br> | ||
+ | <br> | ||
+ | Our software tool offers the chance for fellow researcher to redesign ligand binding sites without inhibitions using | ||
+ | our automation script. One can do so in two ways: on his local computer cluster server or online with the form below.<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. | ||
+ | </p><br> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | <h2>Using local server</h2> | ||
+ | <p class="text-justify"> | ||
+ | We supply a zip file for Linux system with all necessary scripts to successfully run the redesigning automatically. | ||
+ | This scripts used only as a framework for working with Rosetta software, those you require to download and install: | ||
+ | Rosetta software, BCL, OpenBable, Python and protein visualization program such as UCSF Chimera.<br> | ||
+ | <br> | ||
+ | <b>Install:</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 server where you install the rest of the 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> | ||
+ | <br><I> | ||
+ | ./runRosetta.sh -h <br> | ||
+ | <br></I> | ||
+ | The program divided into steps, according to the steps presented in the protocol protocol "Rosetta and the Design of Ligand Binding Sites" <b>(1)</b>:<br> | ||
+ | <br> | ||
+ | <b>1.</b> Pre-relax the protein. Run command: <br> | ||
+ | <br><I> | ||
+ | ./runRosetta -s 1 -r <receptor file name WITHOUT extension><br> | ||
+ | <br></I> | ||
+ | <b>2.</b> Prepare the ligand. Run command: <br> | ||
+ | <br><I> | ||
+ | ./runRosetta -s 2 -l <ligand file name WITHOUT extension>.<br> | ||
+ | <br></I> | ||
+ | <b>3.</b> Place the ligand into the protein. This is the only step 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> | ||
+ | <br> | ||
+ | <b>4.</b>Run Rosetta design. Run command:<br> | ||
+ | <br><I> | ||
+ | ./runRosetta -s 4 -l <ligand file name WITHOUT extension> -r <receptor file name WITHOUT extension> -m <number of output models> <br> | ||
+ | <br></I> | ||
+ | <b>5.</b>Filter designs. Run command:<br> | ||
+ | <br><I> | ||
+ | ./runRosetta -s 5 <br> | ||
+ | <br></I> | ||
+ | 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> | ||
+ | <br> | ||
+ | <b>6.</b> Run new cycle. Run command:<br> | ||
+ | <br><I> | ||
+ | ./runRosetta -s 6 -l <ligand file name WITHOUT extension> -r <receptor file name WITHOUT extension> -m <number of output <br> | ||
+ | <br></I> | ||
+ | For more information see 'README.txt' file in the source zip file. | ||
+ | </p><br> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | <h2>Using online form:</h2> | ||
+ | <p class="text-justify"> | ||
+ | If you do not have access to Linux server, or you just not good with computers, we offer an easy way you can still | ||
+ | get your redesigned ligand binding site. 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> | ||
+ | <br> | ||
+ | Note that this is possible only for redesigning Tar ligand binding domain to bind your desired ligand. If you wish to | ||
+ | redesign different receptor contact us through the mail: technionigem2016@gmail.com | ||
</p> | </p> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | </div> | + | </div> |
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div><!-- END: #1 row --> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <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}} |
Revision as of 00:01, 13 October 2016
Software
Software tool
We have worked hard the whole year to successfully redesigning ligand binding site of the Tar chemoreceptor
with Rosetta software, according to protocol presented in "Rosetta and the Design of Ligand Binding Sites" (1).
The work we have achieved can be expanded into other receptors and ligands, and can be a use for other researchers.
Our software tool offers the chance for fellow researcher to redesign ligand binding sites without inhibitions using
our automation script. One can do so in two ways: on his local computer cluster server or online with the form below.
See the Rosetta page (link to rosetta page) for more explanations about the use of the software, and see the wet lab results of our designs.
Using local server
We supply a zip file for Linux system with all necessary scripts to successfully run the redesigning automatically.
This scripts used only as a framework for working with Rosetta software, those you require to download and install:
Rosetta software, BCL, OpenBable, Python and protein visualization program such as UCSF Chimera.
Install: Download our software to Linux operation
system and unzip it on the server where you install the rest of the 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 divided into steps, according to the steps presented in the protocol protocol "Rosetta and the Design of Ligand Binding Sites" (1):
1. Pre-relax the protein. Run command:
./runRosetta -s 1 -r <receptor file name WITHOUT extension>
2. Prepare the ligand. Run command:
./runRosetta -s 2 -l <ligand file name WITHOUT extension>.
3. Place the ligand into the protein. This is the only step 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 -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 -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 -s 6 -l <ligand file name WITHOUT extension> -r <receptor file name WITHOUT extension> -m <number of output
For more information see 'README.txt' file in the source zip file.
Using online form:
If you do not have access to Linux server, or you just not good with computers, we offer an easy way you can still
get your redesigned ligand binding site. 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 Tar ligand binding domain to bind your desired ligand. If you wish to
redesign different receptor contact us through the mail: technionigem2016@gmail.com