From 96405a4e545b54a57a0f2b0b8abb523e8abdbad8 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Thu, 14 Aug 2014 13:40:54 +0200
Subject: [PATCH] Updated documentation

---
 doc/html/_modules/index.html                 |   2 +-
 doc/html/_modules/promod3/core/argcheck.html |   2 +-
 doc/html/_sources/meld/rawmodel.txt          |   4 ++--
 doc/html/developers.html                     |   2 +-
 doc/html/genindex.html                       |   2 +-
 doc/html/index.html                          |   2 +-
 doc/html/meld/index.html                     |   2 +-
 doc/html/meld/loop.html                      |   2 +-
 doc/html/meld/rawmodel.html                  |   6 +++---
 doc/html/objects.inv                         | Bin 520 -> 521 bytes
 doc/html/py-modindex.html                    |   2 +-
 doc/html/search.html                         |   2 +-
 doc/html/searchindex.js                      |   2 +-
 meld/doc/rawmodel.rst                        |   4 ++--
 14 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/doc/html/_modules/index.html b/doc/html/_modules/index.html
index 49c9c6c3..786dbfa9 100644
--- a/doc/html/_modules/index.html
+++ b/doc/html/_modules/index.html
@@ -85,7 +85,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2013, Bienchen.
-      Last updated on Aug 11 11:59, 2014.
+      Last updated on Aug 14 13:38, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
     </div>
   </body>
diff --git a/doc/html/_modules/promod3/core/argcheck.html b/doc/html/_modules/promod3/core/argcheck.html
index 4fb0e22d..e301ec0b 100644
--- a/doc/html/_modules/promod3/core/argcheck.html
+++ b/doc/html/_modules/promod3/core/argcheck.html
@@ -193,7 +193,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2013, Bienchen.
-      Last updated on Aug 11 11:59, 2014.
+      Last updated on Aug 14 13:38, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
     </div>
   </body>
diff --git a/doc/html/_sources/meld/rawmodel.txt b/doc/html/_sources/meld/rawmodel.txt
index ebaa1420..312c6856 100644
--- a/doc/html/_sources/meld/rawmodel.txt
+++ b/doc/html/_sources/meld/rawmodel.txt
@@ -10,12 +10,12 @@ Contains function to build raw (pseudo) models based on a sequence alignment. He
 
 .. code-block:: python
   
-  from sm.meld import *
+  from promod3 import meld
   
   aln=io.LoadAlignment('parwise.fasta')
   template_structure=io.LoadPDB('1ake.pdb', restrict_chains='A')
   aln.AttachView(1, template_structure.Select('peptide=true'))
-  result=BuildRawModel(aln)
+  result=meld.BuildRawModel(aln)
   io.SavePDB(result.model, 'model.pdb')
   print 'remaining gaps:'
   for gap in result.gaps:
diff --git a/doc/html/developers.html b/doc/html/developers.html
index 0b6aa23b..49595aa9 100644
--- a/doc/html/developers.html
+++ b/doc/html/developers.html
@@ -140,7 +140,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2013, Bienchen.
-      Last updated on Aug 11 11:59, 2014.
+      Last updated on Aug 14 13:38, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
     </div>
   </body>
diff --git a/doc/html/genindex.html b/doc/html/genindex.html
index a70a13b2..47425e61 100644
--- a/doc/html/genindex.html
+++ b/doc/html/genindex.html
@@ -334,7 +334,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2013, Bienchen.
-      Last updated on Aug 11 11:59, 2014.
+      Last updated on Aug 14 13:38, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
     </div>
   </body>
diff --git a/doc/html/index.html b/doc/html/index.html
index e22fde9c..ba8d5b87 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -134,7 +134,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2013, Bienchen.
-      Last updated on Aug 11 11:59, 2014.
+      Last updated on Aug 14 13:38, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
     </div>
   </body>
diff --git a/doc/html/meld/index.html b/doc/html/meld/index.html
index a10156c1..a322cb8e 100644
--- a/doc/html/meld/index.html
+++ b/doc/html/meld/index.html
@@ -127,7 +127,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2013, Bienchen.
-      Last updated on Aug 11 08:42, 2014.
+      Last updated on Aug 14 13:38, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
     </div>
   </body>
diff --git a/doc/html/meld/loop.html b/doc/html/meld/loop.html
index 51e549ed..2cfc4fdc 100644
--- a/doc/html/meld/loop.html
+++ b/doc/html/meld/loop.html
@@ -338,7 +338,7 @@ extension of the gap.</p>
     </div>
     <div class="footer">
         &copy; Copyright 2013, Bienchen.
-      Last updated on Aug 11 08:42, 2014.
+      Last updated on Aug 14 13:38, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
     </div>
   </body>
diff --git a/doc/html/meld/rawmodel.html b/doc/html/meld/rawmodel.html
index 0b2978a8..b28a127b 100644
--- a/doc/html/meld/rawmodel.html
+++ b/doc/html/meld/rawmodel.html
@@ -60,12 +60,12 @@
 <div class="section" id="introduction">
 <h2>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">ΒΆ</a></h2>
 <p>Contains function to build raw (pseudo) models based on a sequence alignment. Here is an example of how to build a model from an alignment and a structure.</p>
-<div class="highlight-python"><div class="highlight"><pre><span class="kn">from</span> <span class="nn">sm.meld</span> <span class="kn">import</span> <span class="o">*</span>
+<div class="highlight-python"><div class="highlight"><pre><span class="kn">from</span> <span class="nn">promod3</span> <span class="kn">import</span> <span class="n">meld</span>
 
 <span class="n">aln</span><span class="o">=</span><span class="n">io</span><span class="o">.</span><span class="n">LoadAlignment</span><span class="p">(</span><span class="s">&#39;parwise.fasta&#39;</span><span class="p">)</span>
 <span class="n">template_structure</span><span class="o">=</span><span class="n">io</span><span class="o">.</span><span class="n">LoadPDB</span><span class="p">(</span><span class="s">&#39;1ake.pdb&#39;</span><span class="p">,</span> <span class="n">restrict_chains</span><span class="o">=</span><span class="s">&#39;A&#39;</span><span class="p">)</span>
 <span class="n">aln</span><span class="o">.</span><span class="n">AttachView</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="n">template_structure</span><span class="o">.</span><span class="n">Select</span><span class="p">(</span><span class="s">&#39;peptide=true&#39;</span><span class="p">))</span>
-<span class="n">result</span><span class="o">=</span><span class="n">BuildRawModel</span><span class="p">(</span><span class="n">aln</span><span class="p">)</span>
+<span class="n">result</span><span class="o">=</span><span class="n">meld</span><span class="o">.</span><span class="n">BuildRawModel</span><span class="p">(</span><span class="n">aln</span><span class="p">)</span>
 <span class="n">io</span><span class="o">.</span><span class="n">SavePDB</span><span class="p">(</span><span class="n">result</span><span class="o">.</span><span class="n">model</span><span class="p">,</span> <span class="s">&#39;model.pdb&#39;</span><span class="p">)</span>
 <span class="k">print</span> <span class="s">&#39;remaining gaps:&#39;</span>
 <span class="k">for</span> <span class="n">gap</span> <span class="ow">in</span> <span class="n">result</span><span class="o">.</span><span class="n">gaps</span><span class="p">:</span>
@@ -221,7 +221,7 @@ missing or incomplete backbone coordinates in the template structure.</p>
     </div>
     <div class="footer">
         &copy; Copyright 2013, Bienchen.
-      Last updated on Aug 11 08:42, 2014.
+      Last updated on Aug 14 13:38, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
     </div>
   </body>
diff --git a/doc/html/objects.inv b/doc/html/objects.inv
index 12044229f7d8f4641a521777fef1c1f27935d098..fa69201d044980768da879cf410081d7f709e4d1 100644
GIT binary patch
delta 367
zcmeBR>13I(xZXT_ud(&+Z+%8F8GOf2D9-nu)ztGyMayraRr~~*sWlyTJo>6GuLWkM
zF8I%2deL~1U#WxcX?@|>H!O3b)oU*Cq_vvvd&8Z0tm(Qzc<IIG8Z7hbCSDi+m@Kkg
zf^|}Sg3|*&wF^R7#?zQ@Pc~OfEOoiyCn39HpZ8gVIg_ItW=Gb4WK~+eYFA1i*Gcm)
z50*cP-qR9hrDMCI;Ckym>0q6e&zgc+HeKV>S!X(HmH2@>AKILMovE(SQgvOtFUHuZ
zE5kKPi6@~jC0j?&&pSEy?zsX*pP=d0lEG8=6xsPTu*MlZxcrJe=EafT%vz_||Hi#f
z^KAA^ny_qd=$#vjmTY$2o-se`%9;x|HslH~-x}EW-Yt(O+rIL=VC>A`ONPsLS8vVL
zWLtfA=2W-F<%KVL#1^N=1Z)$xlKvCat6lYmEk<+VieoC)Jh9XNoL|}MY<_0h`nbp2
cCd^w~vacq7_Ix{+|5MgI=c#9ST6^p@0LeG3VgLXD

delta 366
zcmeBV>0p_#xPE)aX5)FX)$WpdChf^jCY)FGb#yBf5?vlKw|;`m)S3=E9(`4p*8#Iq
z7yM^1y=uHDuhc>Jw7&G~TRU^3&1)|4q_vv<yCHt4hjo48x>wHg7Y9`Qa*g}nA-{OX
zQH=?In1s2?4H~Bf%-$$-W8NN4&eh6IWrtoke2vX&duY9qb<5m((RhWTRaVn=ycB=7
z$?fs3JK~+O^zfx-uK&9(lqYwoUX3Z}a=3P@@#t2!;Im9Kr0*4Y+^^*KU%DjY%JgiV
zB^_Z)R1YzTxo<o6=+PFFYu6t0h#yiZ-8tPb^rZIl$1HEocr89~S)+uZmGjPwiRx!w
z$1mA<r?)*^=+c($UDCHFmuyRa{!O&^6IU;9wAsbAy+t+VMZpojcT`7}h<bUdPkHz5
z^0uWCYpyZrOMd9AOWh*TtE+LFdoFL-g(ZuQ=N*_T)S2b9>F@>Llm910S(F@3`t>R-
ckNc&i*YlU(dw;%E`?b2n*7gsh?x$m~0kf#Iy8r+H

diff --git a/doc/html/py-modindex.html b/doc/html/py-modindex.html
index 98081f3e..f3ff581b 100644
--- a/doc/html/py-modindex.html
+++ b/doc/html/py-modindex.html
@@ -113,7 +113,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2013, Bienchen.
-      Last updated on Aug 11 11:59, 2014.
+      Last updated on Aug 14 13:38, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
     </div>
   </body>
diff --git a/doc/html/search.html b/doc/html/search.html
index 2662ebc5..58fbeca2 100644
--- a/doc/html/search.html
+++ b/doc/html/search.html
@@ -99,7 +99,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2013, Bienchen.
-      Last updated on Aug 11 11:59, 2014.
+      Last updated on Aug 14 13:38, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
     </div>
   </body>
diff --git a/doc/html/searchindex.js b/doc/html/searchindex.js
index 9d5e7657..47c98e6e 100644
--- a/doc/html/searchindex.js
+++ b/doc/html/searchindex.js
@@ -1 +1 @@
-Search.setIndex({envversion:42,terms:{aln:6,all:[8,0,1,4,6],code:[8,0,4],forget:[8,4],chain:[4,6],messi:4,skip:4,forbidden:4,sidechains_unit_test:4,ost:[0,1,2,3,4,5,6,7,8,9,10],disable_document:[8,4],prefix:[4,0],concept:4,subclass:4,abil:4,follow:[4,6],middl:4,structuralgap:1,readabl:4,init:4,program:7,under:4,introduc:4,sourc:[8,0,4],everi:[4,6],string:0,fals:[4,0,1,6],internet:4,candid:1,worst:4,failur:[4,0],veri:[4,0],affect:4,runnabl:4,tri:6,four:1,magic:4,level:[8,4],did:4,list:[8,0,1,4,6],assertequ:4,item:[4,6],fileextens:0,smallish:[8,4],servic:4,dir:4,malici:4,promod_gcc_45:4,your_modul:4,direct:4,past:4,second:6,design:0,pass:4,download:8,acid:6,even:[8,4],index:[4,3],what:[8,0,4],hide:4,sub:4,resembl:4,sum:1,invok:[8,4],anywai:4,current:4,delet:6,version:[8,4],"new":[4,1,6],boost:[0,1,2,3,4,5,6,7,8,9,10],method:1,meld:[4,5],subtre:4,submodule1:4,honour:1,gener:4,never:4,here:[8,0,4,6],lib_stage_path:4,let:4,set_directory_properti:4,path:[8,0,4],along:4,modifi:[4,6,5],implicit:8,valu:[8,0],wait:4,test_someth:4,search:[8,3,4],executable_output_path:4,setup_boost:4,promod3_version_minor:4,doctest:[8,4],action:4,implement:4,pack:1,honor:6,chanc:4,methionin:6,via:4,extra:4,solut:4,modul:5,submodul:4,ask:4,unix:4,api:[4,9],instal:[8,4],total:1,unit:[],highli:8,fed:4,from:[0,1,5,6,8,9,4],describ:0,would:[8,4],regist:4,two:4,next:4,everybodi:4,few:[8,4,1,6],live:4,call:[8,4],recommend:8,loadalign:6,checkout:4,tell:[4,0],tightli:4,more:[8,4,6],sort:1,trustworthi:4,peopl:4,relat:4,notic:4,warn:4,flag:[4,0],include_directori:4,particular:4,known:0,rare:4,hold:[1,6],cach:[8,4],must:4,ost_double_precis:8,py_run:4,hous:4,setup:[4,5],work:[8,4],histori:4,remain:6,paragraph:4,can:[8,0,4,6],torsion_scor:1,purpos:4,root:4,fetch:[4,0],def:4,control:4,give:4,process:4,add_argu:0,indic:[],topic:4,abort:4,want:[8,4],phrase:4,backbonelist:1,hydrogen:6,packing_scor:1,alwai:4,gcc:4,cours:4,end:[8,0,1,4],thing:[8,4],rather:4,peptid:[1,6],comfort:0,calpha_onli:6,"__init__":4,opt:0,instead:[8,0,4],config:4,updat:4,python_vers:4,product:4,entityhandl:[1,6],rebas:4,mess:4,dive:4,after:[8,4],usabl:4,sortbyscor:1,befor:4,wrong:8,attent:4,date:4,multipl:4,data:4,grow:6,man:[8,4],subsequ:6,"short":4,practic:4,mol_alg:4,sit:4,correspond:[4,1],stash:4,exclud:4,alias:4,"switch":4,maintain:4,environ:4,allow:4,exclus:4,order:1,origin:4,promod3_version_major:4,eigen:8,over:[8,4,6],insight:4,becaus:[8,4],increas:1,through:4,files_to_be_remov:4,gitignor:4,still:4,pointer:8,entiti:[4,1],perfect:4,output_vari:4,funni:8,fix:[4,0],selenium:6,structuralgaplist:6,relev:8,carri:[4,0],complex:4,onc:4,python_doc_url:4,therefor:4,easier:1,linkcheck:[8,4],them:4,good:4,"return":[0,1,6],thei:[8,4,1],python:[0,1,2,3,4,5,6,7,8,9,10],dai:0,exot:4,"break":4,framework:4,conquer:4,clash_bb_scor:1,verifi:0,front:[8,0,4],now:[4,6],align:6,minimalist:6,cmake_cxx_flags_releas:4,libexec_stage_path:4,name:[4,0],rmsd:1,anyth:[8,4],separ:4,easili:4,achiev:4,each:4,debug:4,found:4,went:4,higher:8,side:4,mean:[8,0,4],compil:4,monolith:4,parwis:6,strip:6,idea:[4,5],realli:[8,0,4],runtest:4,"static":4,coord:1,our:4,special:[8,4],out:[8,4],variabl:[8,4],shown:4,goe:[8,4],promod3_unittest:4,crucial:4,content:[4,3,10],reader:4,print:[8,6],got:8,exec_program:4,clone:4,common:[4,0],model:[],make_directori:4,runtimeerror:[1,6],given:[0,1],free:4,standard:4,headlin:4,reason:4,base:[0,6],term:4,put:[8,0,4],org:4,basi:4,could:[4,6],success:[0,1],keep:4,turn:[4,0],clash_sc_scor:1,place:4,think:4,first:[4,5],oper:4,softwar:4,major:4,suffix:0,obviou:4,prevent:4,feel:4,sidechains_pymod:4,number:[1,6],yourself:[8,4],restrict:4,mai:[8,4,6],alreadi:4,done:4,least:[8,4],blank:4,stabl:4,miss:[0,1,6],exit_statu:0,differ:[8,4],script:[8,0,4],top:[8,4],perfectli:4,mkdir:4,system:[8,4,5],messag:[4,0],tradition:0,attach:6,stori:4,master:4,too:4,termin:0,scheme:4,"final":[4,6],store:[4,1,6],shell:[8,0],option:[8,0,4],tool:0,copi:[4,6],restrict_chain:6,openstructur:[0,1,2,3,4,5,6,7,8,9,10],part:4,pars:0,boost_include_dir:4,mostli:4,rst:4,conop:4,exactli:8,than:4,kind:4,grep:8,target:[8,4],whenev:4,provid:[8,4],seamlessli:4,tree:4,unrecognis:0,project:4,find_packag:4,reus:6,str:[0,6],were:4,posit:[0,1],toward:4,markup:4,pre:4,python_binari:4,sometim:4,mind:4,argument:[],packag:4,manner:4,have:[8,4,1,6],"__main__":4,need:[8,0,4],fasta:6,tidi:4,cmake_current_source_dir:4,optimis:4,rmsdto:1,imagin:4,built:4,advic:4,inform:6,diverg:4,self:4,also:[8,0,4,6],without:[4,0,6],take:[4,6],which:[8,4,6,7],thoroughli:4,noth:4,singl:[4,6],"_opt":4,sure:4,distribut:4,clash:1,track:0,buildrawmodel:6,compress:0,somethingtest:4,fragment:1,hotfix:4,"class":4,charg:4,renam:5,url:4,doc:[8,4],later:4,cover:[4,0,7],doe:[4,0,6],ext:0,declar:4,clean:[8,4],usual:[8,4],someth:4,came:4,cmakelist:[8,4],show:4,dbg:4,attachview:6,bring:4,permiss:4,add_doc_sourc:4,fine:4,find:4,help:[8,4],involv:4,access:1,onli:[4,0,6],locat:8,explain:4,configur:[8,4],activ:4,state:[8,4],should:[4,0],score:1,suppos:[4,1],templat:6,folder:4,move:4,hit:4,unus:4,variou:8,get:[8,4],watch:4,cannot:4,loadpdb:6,report:[4,6],toolbox:4,requir:[8,4,1],setup_compiler_flag:4,add_changelog_to_doc:4,candit:1,enabl:0,"2b1":8,gather:[4,7],whether:0,"float":1,integr:4,contain:[8,0,4,6,9],python_root:8,where:4,remov:8,view:4,user:[],set:[8,0,1,4,6],seq:4,allatom_scor:1,frame:4,around:4,ost_include_dir:4,see:4,temporarili:4,result:[8,6],smng:5,arg:4,testcas:4,reserv:0,sport:4,subject:4,awar:4,statu:4,detect:0,parent:6,review:4,version_great:4,enumer:4,label:4,figur:4,header_stage_path:4,subdir:4,simplest:4,"import":[8,0,4,6],awai:4,paramet:[0,1,6],approach:4,attribut:4,accord:4,extend:4,sole:4,cmake_cxx_compiler_vers:4,test_your_modul:4,solv:4,come:[4,0],addit:[4,0],fail:[4,1],extens:[0,1],howev:1,disable_doctest:[8,4],promod3_version_patch:4,tutori:4,grain:4,fno:4,modif:6,whole:[4,6],pdb:[0,6],comment:4,sidechains_rst:4,"1ake":6,point:[8,4,1],cxx:4,overview:4,unittest:4,argumentpars:0,pop:4,walk:4,residu:[1,6],header:[8,4],param:1,codetest:4,test_submodule1:4,assum:4,torsion:1,quit:4,template_structur:6,evalu:4,coupl:4,rebuild:[8,4],three:4,been:4,sinc:[8,0,4],compon:4,trigger:4,besid:8,treat:[4,6],basic:[8,4,6],ost_root:[8,4],popul:[8,4],seq_alg:4,tini:4,quickli:4,life:[4,1],convert:6,ani:4,coordin:[],togeth:4,input:0,fileexist:0,educ:4,those:[8,4],"case":4,cmake_c_compiler_vers:4,uncertain:4,look:[4,0],raw:9,testfileexistsfals:4,straight:4,properti:4,commerci:4,formatt:4,calcul:1,match:[4,6],abov:4,error:0,dost_root:[8,4],loop:9,stage_dir:4,spawn:4,real:4,test_sidechain:4,helper:1,readi:8,sidechain:[4,1,6],henc:4,non:4,itself:4,clutter:4,conf:[8,4],protein:[9,6],dedic:[8,4],sever:[8,4],reviv:4,disabl:4,develop:4,fedora:4,etc:4,author:4,suggest:4,belong:4,savepdb:6,same:[8,1],"while":[4,0],member:[4,6],binari:4,drawback:4,admir:4,document:5,conflict:4,complet:[4,6],http:4,cmakecach:8,optim:[8,4],bienchen:4,argpars:0,hand:8,driven:4,moment:4,rais:[1,6],disable_linkcheck:[8,4],initi:5,extern:4,respons:4,stack:4,expand:4,recent:4,task:4,off:[4,6],pymod:4,nevertheless:4,macro:4,builder:8,well:[8,4,1,6],exampl:[8,4,6],command:4,branchnam:4,thi:[0,1,6,7,8,9,4],endif:4,gzip:0,everyth:4,academ:4,loss:4,spend:4,latest:8,cmake_support:4,clash_scor:1,just:[8,4],entri:4,mol:4,reduced_scor:1,obtain:6,rest:[0,1,2,3,4,5,6,7,8,9,10],legal:4,touch:4,web:[8,4],loopcandid:1,lapack:8,restructuredtext:[0,1,2,3,4,5,6,7,8,9,10],makefil:[8,4],except:4,littl:4,add:[4,1],densiti:1,els:4,save:4,boost_root:8,bin:4,advis:4,format:4,handl:6,specimen:0,setup_stag:4,piec:4,source2:4,source1:4,know:8,background:8,elabor:4,bit:[8,4],cmake_compiler_is_gnucxx:4,mod:4,eigen3_include_dir:8,insert:[1,6],like:[8,4,6],lost:4,incred:6,manual:[8,4],html:[8,4,5],test_:4,test_awesome_featur:4,"boolean":0,either:[4,6],output:[4,0],hook:4,page:[8,3,4],www:4,right:[8,4],often:[4,0],acknowledg:4,some:[8,0,4],begin:4,resolv:4,intern:4,proper:4,librari:4,qmean:[8,4],thu:0,txt:[8,4],lead:0,avoid:4,definit:4,per:[4,7],exit:0,select:6,recognis:4,sequenc:[9,1,6],condit:4,amino:6,core:4,plu:4,cmake_source_dir:4,backbon:[1,6],step:4,promot:4,repositori:[4,5],"__name__":4,cmake_minimum_requir:4,intervent:4,mmcif:0,stage:[],chapter:4,src:4,about:[4,6],actual:[4,1],most:[4,0,6],materi:4,manag:4,coars:4,commit:4,ost_doc_url:4,produc:8,qmean_root:[8,4],within:[8,4],automat:[4,0],due:[1,6],promod3_version_str:4,empti:4,cmake_cxx_flag:4,cmake_module_path:4,announc:4,your:[],merg:4,git:5,fill:4,log:4,wai:[8,4],pictur:4,qmean_include_dir:4,support:[4,0],renumb:6,custom:4,avail:[8,4],strict:4,sortbycorrel:1,much:[4,6],interfac:4,includ:[4,0,5],lot:[4,0],suit:4,forward:4,parse_arg:0,unfortun:4,"function":4,headach:4,unexpect:8,enough:4,tupl:0,forg:4,wno:4,back:4,link:[8,4],atom:[1,6],don:[8,4],line:4,inlin:4,"true":[4,0,1,6],bug:4,pull:[8,4],tripl:0,immedi:4,consist:4,possibl:[4,6],"default":[8,4],type:[0,1,6],insertinto:1,displai:0,below:4,otherwis:4,problem:4,similar:8,testutil:4,featur:4,creat:[8,4],"int":0,certain:8,utilis:[4,0],fellow:4,incomplet:6,exist:[4,0,1],file:4,dqmean_root:[8,4],deuterium:6,check:[8,0,4],probabl:[8,4],echo:4,again:[8,4],calpha:6,when:[4,6],detail:[4,6],other:[8,4,6],bool:[0,1],seem:4,test:[],you:[8,0,4],phosphoserin:6,nice:4,correl:1,bb_list:1,toentiti:1,additional_make_clean_fil:4,determin:0,rawmodelingresult:6,devot:7,cmake_build_typ:4,add_subdirectori:4,briefli:4,consid:4,gap:[1,6],homolog:7,doptim:4,fatal_error:4,stai:4,reduc:1,sphinx:[0,1,2,3,4,5,6,7,8,9,10],algorithm:6,project_binary_dir:4,directori:[],descript:4,pseudo:6,rule:4,ignor:6,time:[4,6],push:4},objtypes:{"0":"py:module","1":"py:function","2":"py:method","3":"py:attribute","4":"py:class"},objnames:{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","method","Python method"],"3":["py","attribute","Python attribute"],"4":["py","class","Python class"]},filenames:["core/argcheck","meld/loop","users","index","contributing","changelog","meld/rawmodel","core/index","buildsystem","meld/index","developers"],titles:["<tt class=\"docutils literal\"><span class=\"pre\">argcheck</span></tt> - Standard tests for command line arguments","Loop Modeling","Documentation For Users","Welcome to ProMod3&#8217;s documentation!","Contributing","Changelog","Raw Coordinate Modeling","<tt class=\"docutils literal\"><span class=\"pre\">core</span></tt> - ProMod3 core functionality","Building ProMod3","<tt class=\"docutils literal\"><span class=\"pre\">meld</span></tt> - Coordinate modeling","Documentation For Developes"],objects:{"promod3.core.argcheck":{FileExtension:[0,1,1,""],FileExists:[0,1,1,""]},"sm.meld.LoopCandidate":{correl:[1,3,1,""],clash_score:[1,3,1,""],allatom_score:[1,3,1,""],score:[1,3,1,""],reduced_score:[1,3,1,""],torsion_score:[1,3,1,""],InsertInto:[1,2,1,""],gap:[1,3,1,""],clash_sc_score:[1,3,1,""],ToEntity:[1,2,1,""],clash_bb_score:[1,3,1,""],coords:[1,3,1,""],packing_score:[1,3,1,""],RmsdTo:[1,2,1,""]},"sm.meld":{LoopCandidate:[1,4,1,""],LoopCandidates:[1,4,1,""],BuildRawModel:[6,1,1,""],RawModelingResult:[6,4,1,""]},"sm.meld.RawModelingResult":{model:[6,3,1,""],gaps:[6,3,1,""]},"sm.meld.LoopCandidates":{SortByScore:[1,2,1,""],model:[1,3,1,""],SortByCorrel:[1,2,1,""],Add:[1,2,1,""]},promod3:{core:[7,0,1,""],meld:[9,0,1,""]}},titleterms:{pre:[0,7,9],model:[9,1,6],own:4,modul:4,argument:0,indic:3,raw:6,api:[1,6],file:0,tabl:3,argcheck:0,your:4,unit:4,git:4,develop:10,welcom:3,start:4,parti:4,make:8,write:4,how:4,build:8,branch:4,test:[4,0],document:[4,3,10,2],promod3:[8,3,7],meld:9,"function":7,core:7,liter:[0,7,9],run:8,contribut:4,standard:0,coordin:[9,6],user:2,releas:5,cmake:[8,4],line:0,"class":[0,7,9],stage:4,third:4,changelog:5,directori:4,docutil:[0,7,9],introduct:[0,6],structur:4,issu:4,command:0,span:[0,7,9],chang:5,licens:4,loop:1,depend:8}})
\ No newline at end of file
+Search.setIndex({envversion:42,terms:{aln:6,all:[8,0,1,10,6],code:[8,0,10],forget:[8,10],chain:[10,6],messi:10,skip:10,forbidden:10,sidechains_unit_test:10,ost:[0,1,2,3,4,5,6,7,8,9,10],disable_document:[8,10],prefix:[10,0],concept:10,subclass:10,abil:10,follow:[10,6],middl:10,structuralgap:1,readabl:10,init:10,program:7,under:10,introduc:10,sourc:[8,0,10],everi:[10,6],string:0,fals:[10,0,1,6],internet:10,candid:1,worst:10,failur:[10,0],veri:[10,0],affect:10,runnabl:10,tri:6,four:1,magic:10,level:[8,10],did:10,list:[8,0,1,10,6],assertequ:10,item:[10,6],fileextens:0,smallish:[8,10],align:6,dir:10,malici:10,promod_gcc_45:10,your_modul:10,direct:10,past:10,second:6,design:0,pass:10,download:8,acid:6,even:[8,10],index:[10,4],what:[8,0,10],hide:10,sub:10,resembl:10,sum:1,invok:[8,10],anywai:10,current:10,delet:6,version:[8,10],"new":[10,1,6],boost:[0,1,2,3,4,5,6,7,8,9,10],method:1,meld:[10,5],subtre:10,submodule1:10,honour:1,gener:10,never:10,here:[8,0,10,6],lib_stage_path:10,let:10,set_directory_properti:10,path:[8,0,10],along:10,modifi:[10,6,5],implicit:8,valu:[8,0],wait:10,test_someth:10,search:[8,4,10],executable_output_path:10,setup_boost:10,promod3_version_minor:10,doctest:[8,10],action:10,implement:10,pack:1,honor:6,chanc:10,methionin:6,via:10,extra:10,solut:10,modul:5,submodul:10,ask:10,unix:10,api:10,instal:[8,10],total:1,unit:[],highli:8,fed:10,from:[0,1,5,6,8,9,10],describ:0,would:[8,10],regist:10,two:10,next:10,everybodi:10,few:[8,10,1,6],live:10,call:[8,10],recommend:8,loadalign:6,checkout:10,tell:[10,0],tightli:10,more:[8,10,6],sort:1,trustworthi:10,peopl:10,relat:10,notic:10,warn:10,flag:[10,0],include_directori:10,particular:10,known:0,rare:10,hold:[1,6],cach:[8,10],must:10,ost_double_precis:8,py_run:10,hous:10,setup:[10,5],work:[8,10],histori:10,remain:6,paragraph:10,can:[8,0,10,6],torsion_scor:1,purpos:10,root:10,fetch:[10,0],def:10,control:10,give:10,process:10,add_argu:0,indic:[],topic:10,abort:10,want:[8,10],phrase:10,backbonelist:1,hydrogen:6,packing_scor:1,alwai:10,gcc:10,cours:10,end:[8,0,1,10],thing:[8,10],rather:10,peptid:[1,6],comfort:0,calpha_onli:6,"__init__":10,opt:0,instead:[8,0,10],config:10,updat:10,python_vers:10,product:10,entityhandl:[1,6],rebas:10,mess:10,dive:10,after:[8,10],usabl:10,sortbyscor:1,befor:10,wrong:8,attent:10,date:10,multipl:10,data:10,grow:6,man:[8,10],subsequ:6,"short":10,practic:10,mol_alg:10,sit:10,correspond:[10,1],stash:10,exclud:10,alias:10,"switch":10,maintain:10,environ:10,allow:10,exclus:10,order:1,origin:10,promod3_version_major:10,eigen:8,over:[8,10,6],insight:10,becaus:[8,10],increas:1,through:10,files_to_be_remov:10,gitignor:10,still:10,pointer:8,entiti:[10,1],perfect:10,output_vari:10,funni:8,fix:[10,0],selenium:6,structuralgaplist:6,relev:8,carri:[10,0],complex:10,onc:10,python_doc_url:10,therefor:10,easier:1,linkcheck:[8,10],them:10,good:10,"return":[0,1,6],thei:[8,10,1],python:[0,1,2,3,4,5,6,7,8,9,10],dai:0,exot:10,"break":10,framework:10,conquer:10,clash_bb_scor:1,verifi:0,front:[8,0,10],now:[10,6],minimalist:6,cmake_cxx_flags_releas:10,libexec_stage_path:10,name:[10,0],rmsd:1,anyth:[8,10],separ:10,easili:10,achiev:10,each:10,debug:10,found:10,went:10,higher:8,side:10,mean:[8,0,10],compil:10,monolith:10,parwis:6,strip:6,idea:[10,5],realli:[8,0,10],runtest:10,"static":10,coord:1,our:10,special:[8,10],out:[8,10],variabl:[8,10],shown:10,goe:[8,10],promod3_unittest:10,crucial:10,content:[10,4,2],reader:10,print:[8,6],got:8,exec_program:10,clone:10,common:[10,0],model:[],make_directori:10,runtimeerror:[1,6],given:[0,1],free:10,standard:10,headlin:10,reason:10,base:[0,6],term:10,put:[8,0,10],org:10,basi:10,could:[10,6],keep:10,turn:[10,0],clash_sc_scor:1,place:10,think:10,first:[10,5],oper:10,softwar:10,major:10,suffix:0,obviou:10,prevent:10,feel:10,sidechains_pymod:10,number:[1,6],yourself:[8,10],restrict:10,mai:[8,10,6],alreadi:10,done:10,messag:[10,0],blank:10,stabl:10,miss:[0,1,6],exit_statu:0,differ:[8,10],script:[8,0,10],top:[8,10],perfectli:10,mkdir:10,system:[8,10,5],least:[8,10],tradition:0,attach:6,stori:10,master:10,too:10,termin:0,scheme:10,"final":[10,6],store:[10,1,6],shell:[8,0],option:[8,0,10],tool:0,copi:[10,6],restrict_chain:6,openstructur:[0,1,2,3,4,5,6,7,8,9,10],part:10,pars:0,boost_include_dir:10,mostli:10,rst:10,conop:10,exactli:8,than:10,kind:10,grep:8,target:[8,10],whenev:10,provid:[8,10],seamlessli:10,tree:10,unrecognis:0,project:10,find_packag:10,reus:6,str:[0,6],were:10,posit:[0,1],toward:10,markup:10,pre:10,python_binari:10,sometim:10,mind:10,argument:[],packag:10,manner:10,have:[8,10,1,6],"__main__":10,need:[8,0,10],fasta:6,tidi:10,cmake_current_source_dir:10,optimis:10,rmsdto:1,imagin:10,built:10,advic:10,inform:6,diverg:10,self:10,also:[8,0,10,6],without:[10,0,6],take:[10,6],which:[8,10,6,7],thoroughli:10,noth:10,singl:[10,6],"_opt":10,sure:10,distribut:10,clash:1,track:0,buildrawmodel:6,compress:0,strict:10,somethingtest:10,fragment:1,hotfix:10,"class":10,charg:10,renam:5,url:10,doc:[8,10],later:10,cover:[10,0,7],doe:[10,0,6],ext:0,declar:10,clean:[8,10],usual:[8,10],someth:10,came:10,cmakelist:[8,10],show:10,dbg:10,attachview:6,bring:10,permiss:10,add_doc_sourc:10,fine:10,find:10,help:[8,10],involv:10,access:1,onli:[10,0,6],locat:8,explain:10,configur:[8,10],activ:10,state:[8,10],should:[10,0],score:1,suppos:[10,1],templat:6,folder:10,move:10,hit:10,unus:10,variou:8,get:[8,10],watch:10,cannot:10,loadpdb:6,report:[10,6],toolbox:10,requir:[8,10,1],setup_compiler_flag:10,add_changelog_to_doc:10,candit:1,enabl:0,"2b1":8,gather:[10,7],whether:0,"float":1,integr:10,contain:[8,0,10,6,9],python_root:8,where:10,remov:8,view:10,user:[],set:[8,0,1,10,6],seq:10,allatom_scor:1,frame:10,around:10,ost_include_dir:10,see:10,temporarili:10,result:[8,6],smng:5,arg:10,testcas:10,reserv:0,sport:10,servic:10,subject:10,awar:10,statu:10,detect:0,parent:6,review:10,version_great:10,enumer:10,label:10,figur:10,header_stage_path:10,subdir:10,simplest:10,"import":[8,0,10,6],awai:10,paramet:[0,1,6],approach:10,attribut:10,accord:10,extend:10,sole:10,cmake_cxx_compiler_vers:10,test_your_modul:10,solv:10,come:[10,0],addit:[10,0],fail:[10,1],extens:[0,1],howev:1,disable_doctest:[8,10],promod3_version_patch:10,tutori:10,grain:10,fno:10,modif:6,whole:[10,6],pdb:[0,6],comment:10,sidechains_rst:10,"1ake":6,point:[8,10,1],cxx:10,overview:10,unittest:10,argumentpars:0,pop:10,walk:10,residu:[1,6],header:[8,10],param:1,codetest:10,test_submodule1:10,assum:10,torsion:1,quit:10,template_structur:6,evalu:10,coupl:10,rebuild:[8,10],three:10,been:10,sinc:[8,0,10],compon:10,trigger:10,besid:8,treat:[10,6],basic:[8,10,6],ost_root:[8,10],popul:[8,10],seq_alg:10,tini:10,quickli:10,life:[10,1],convert:6,ani:10,coordin:[],togeth:10,input:0,fileexist:0,educ:10,those:[8,10],"case":10,cmake_c_compiler_vers:10,uncertain:10,look:[10,0],raw:[],testfileexistsfals:10,straight:10,properti:10,commerci:10,formatt:10,calcul:1,match:[10,6],abov:10,error:0,per:[10,7],dost_root:[8,10],loop:[],stage_dir:10,spawn:10,real:10,test_sidechain:10,helper:1,readi:8,sidechain:[10,1,6],henc:10,non:10,itself:10,clutter:10,conf:[8,10],protein:[9,6],dedic:[8,10],sever:[8,10],reviv:10,disabl:10,develop:10,fedora:10,etc:10,author:10,suggest:10,belong:10,savepdb:6,same:[8,1],"while":[10,0],member:[10,6],binari:10,drawback:10,admir:10,document:5,conflict:10,complet:[10,6],http:10,cmakecach:8,optim:[8,10],bienchen:10,argpars:0,hand:8,driven:10,moment:10,rais:[1,6],disable_linkcheck:[8,10],initi:5,extern:10,respons:10,stack:10,expand:10,recent:10,task:10,off:[10,6],pymod:10,nevertheless:10,macro:10,builder:8,well:[8,10,1,6],exampl:[8,10,6],command:10,branchnam:10,thi:[0,1,6,7,8,9,10],endif:10,gzip:0,everyth:10,academ:10,loss:10,spend:10,latest:8,cmake_support:10,clash_scor:1,just:[8,10],entri:10,mol:10,reduced_scor:1,obtain:6,rest:[0,1,2,3,4,5,6,7,8,9,10],touch:10,web:[8,10],loopcandid:1,lapack:8,restructuredtext:[0,1,2,3,4,5,6,7,8,9,10],makefil:[8,10],except:10,littl:10,add:[10,1],densiti:1,els:10,save:10,boost_root:8,bin:10,advis:10,format:10,handl:6,specimen:0,setup_stag:10,piec:10,source2:10,source1:10,know:8,background:8,elabor:10,bit:[8,10],cmake_compiler_is_gnucxx:10,mod:10,eigen3_include_dir:8,insert:[1,6],like:[8,10,6],success:[0,1],incred:6,manual:[8,10],html:[8,10,5],test_:10,test_awesome_featur:10,"boolean":0,either:[10,6],output:[10,0],hook:10,page:[8,4,10],www:10,right:[8,10],often:[10,0],acknowledg:10,some:[8,0,10],begin:10,resolv:10,intern:10,proper:10,librari:10,qmean:[8,10],thu:0,txt:[8,10],lead:0,avoid:10,definit:10,legal:10,exit:0,select:6,recognis:10,sequenc:[9,1,6],condit:10,amino:6,core:10,plu:10,cmake_source_dir:10,backbon:[1,6],step:10,promot:10,repositori:[10,5],"__name__":10,cmake_minimum_requir:10,intervent:10,mmcif:0,stage:[],chapter:10,src:10,about:[10,6],actual:[10,1],most:[10,0,6],materi:10,manag:10,coars:10,commit:10,ost_doc_url:10,produc:8,qmean_root:[8,10],within:[8,10],automat:[10,0],due:[1,6],promod3_version_str:10,empti:10,cmake_cxx_flag:10,cmake_module_path:10,announc:10,your:[],merg:10,git:5,fill:10,log:10,wai:[8,10],pictur:10,qmean_include_dir:10,support:[10,0],renumb:6,custom:10,avail:[8,10],lost:10,sortbycorrel:1,much:[10,6],interfac:10,includ:[10,0,5],lot:[10,0],suit:10,forward:10,parse_arg:0,unfortun:10,"function":10,headach:10,unexpect:8,enough:10,tupl:0,forg:10,wno:10,back:10,link:[8,10],atom:[1,6],don:[8,10],line:10,inlin:10,"true":[10,0,1,6],bug:10,pull:[8,10],tripl:0,immedi:10,consist:10,possibl:[10,6],"default":[8,10],type:[0,1,6],insertinto:1,displai:0,below:10,otherwis:10,problem:10,similar:8,testutil:10,featur:10,creat:[8,10],"int":0,certain:8,utilis:[10,0],fellow:10,incomplet:6,exist:[10,0,1],file:10,dqmean_root:[8,10],deuterium:6,check:[8,0,10],probabl:[8,10],echo:10,again:[8,10],calpha:6,when:[10,6],detail:[10,6],other:[8,10,6],bool:[0,1],seem:10,test:[],you:[8,0,10],phosphoserin:6,nice:10,correl:1,bb_list:1,toentiti:1,additional_make_clean_fil:10,determin:0,rawmodelingresult:6,devot:7,cmake_build_typ:10,add_subdirectori:10,briefli:10,consid:10,gap:[1,6],homolog:7,doptim:10,fatal_error:10,stai:10,reduc:1,sphinx:[0,1,2,3,4,5,6,7,8,9,10],algorithm:6,project_binary_dir:10,directori:[],descript:10,pseudo:6,rule:10,ignor:6,time:[10,6],push:10},objtypes:{"0":"py:module","1":"py:function","2":"py:method","3":"py:attribute","4":"py:class"},objnames:{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","method","Python method"],"3":["py","attribute","Python attribute"],"4":["py","class","Python class"]},filenames:["core/argcheck","meld/loop","developers","users","index","changelog","meld/rawmodel","core/index","buildsystem","meld/index","contributing"],titles:["<tt class=\"docutils literal\"><span class=\"pre\">argcheck</span></tt> - Standard tests for command line arguments","Loop Modeling","Documentation For Developes","Documentation For Users","Welcome to ProMod3&#8217;s documentation!","Changelog","Raw Coordinate Modeling","<tt class=\"docutils literal\"><span class=\"pre\">core</span></tt> - ProMod3 core functionality","Building ProMod3","<tt class=\"docutils literal\"><span class=\"pre\">meld</span></tt> - Coordinate modeling","Contributing"],objects:{"promod3.core.argcheck":{FileExtension:[0,1,1,""],FileExists:[0,1,1,""]},"sm.meld.LoopCandidate":{correl:[1,3,1,""],clash_score:[1,3,1,""],allatom_score:[1,3,1,""],score:[1,3,1,""],reduced_score:[1,3,1,""],torsion_score:[1,3,1,""],InsertInto:[1,2,1,""],gap:[1,3,1,""],clash_sc_score:[1,3,1,""],ToEntity:[1,2,1,""],clash_bb_score:[1,3,1,""],coords:[1,3,1,""],packing_score:[1,3,1,""],RmsdTo:[1,2,1,""]},"sm.meld":{LoopCandidate:[1,4,1,""],LoopCandidates:[1,4,1,""],BuildRawModel:[6,1,1,""],RawModelingResult:[6,4,1,""]},"sm.meld.RawModelingResult":{model:[6,3,1,""],gaps:[6,3,1,""]},"sm.meld.LoopCandidates":{SortByScore:[1,2,1,""],model:[1,3,1,""],SortByCorrel:[1,2,1,""],Add:[1,2,1,""]},promod3:{core:[7,0,1,""],meld:[9,0,1,""]}},titleterms:{pre:[0,7,9],model:[9,1,6],own:10,modul:10,argument:0,indic:4,raw:6,api:[1,6],file:0,tabl:4,argcheck:0,your:10,unit:10,git:10,develop:2,welcom:4,start:10,parti:10,make:8,write:10,how:10,build:8,branch:10,test:[10,0],document:[10,4,2,3],promod3:[8,4,7],meld:9,"function":7,core:7,liter:[0,7,9],run:8,contribut:10,standard:0,coordin:[9,6],user:3,releas:5,cmake:[8,10],line:0,"class":[0,7,9],stage:10,third:10,changelog:5,directori:10,docutil:[0,7,9],introduct:[0,6],structur:10,issu:10,command:0,span:[0,7,9],chang:5,licens:10,loop:1,depend:8}})
\ No newline at end of file
diff --git a/meld/doc/rawmodel.rst b/meld/doc/rawmodel.rst
index ebaa1420..312c6856 100644
--- a/meld/doc/rawmodel.rst
+++ b/meld/doc/rawmodel.rst
@@ -10,12 +10,12 @@ Contains function to build raw (pseudo) models based on a sequence alignment. He
 
 .. code-block:: python
   
-  from sm.meld import *
+  from promod3 import meld
   
   aln=io.LoadAlignment('parwise.fasta')
   template_structure=io.LoadPDB('1ake.pdb', restrict_chains='A')
   aln.AttachView(1, template_structure.Select('peptide=true'))
-  result=BuildRawModel(aln)
+  result=meld.BuildRawModel(aln)
   io.SavePDB(result.model, 'model.pdb')
   print 'remaining gaps:'
   for gap in result.gaps:
-- 
GitLab