diff --git a/doc/html/_modules/index.html b/doc/html/_modules/index.html
index e8a7903e06135153161172b6dfb95fcdb74d7f68..3915121c5c662ed729a30d8d576d1594f9cd2ff0 100644
--- a/doc/html/_modules/index.html
+++ b/doc/html/_modules/index.html
@@ -86,7 +86,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 17 17:54, 2014.
+      Last updated on Dec 19 14:57, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/_modules/promod3/core/argcheck.html b/doc/html/_modules/promod3/core/argcheck.html
index 1cf987a27740c9dcc1f1a79035e15b8601f9a9f3..8eb995432f99c3d891294134579bc0a2640fe541 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 2014, Bienchen.
-      Last updated on Dec 17 17:54, 2014.
+      Last updated on Dec 19 14:57, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/_modules/promod3/core/helper.html b/doc/html/_modules/promod3/core/helper.html
index de9b8e2c8e0001f6a2fa3aaf1e6034074e3bd73e..a60854954efb94889578b29c25accb2f7e470b1b 100644
--- a/doc/html/_modules/promod3/core/helper.html
+++ b/doc/html/_modules/promod3/core/helper.html
@@ -113,7 +113,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 17 17:54, 2014.
+      Last updated on Dec 19 14:57, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/_modules/promod3/rawmodel.html b/doc/html/_modules/promod3/rawmodel.html
index 30aa1ae1af865762295e6bb1f1aa345e368d790a..b6677afcf469cdff81f10b96c7403dfdf1378821 100644
--- a/doc/html/_modules/promod3/rawmodel.html
+++ b/doc/html/_modules/promod3/rawmodel.html
@@ -90,7 +90,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 17 17:54, 2014.
+      Last updated on Dec 19 14:57, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/_sources/contributing.txt b/doc/html/_sources/contributing.txt
index fb68988ffa2af49d1d37c477704ed9d93e92bf8c..16a266c21bd849784f850e45349b1127ad9bc993 100644
--- a/doc/html/_sources/contributing.txt
+++ b/doc/html/_sources/contributing.txt
@@ -535,10 +535,11 @@ sporting a single monolithic :file:`test_sidechains.py`.
 
 |python| code is evaluated using its own
 :py_docs:`unit testing framework <library/unittest.html>` with a little help
-from |ost_s|_. The basic scheme is to import your module, subclass
-:class:`unittest.TestCase` and make the whole file runnable as script using the
-most common |nameattr|_ attribute. A file :file:`tests/test_something.py` could
-look like this, carrying a single test case:
+from |ost_s|_ (|C++| uses the |boost| `Test Library <http://www.boost.org/doc/libs/1_47_0/libs/test/doc/html/index.html>`_).
+The basic scheme is to import your module, subclass :class:`unittest.TestCase`
+and make the whole file runnable as script using the most common |nameattr|_
+attribute. A file :file:`tests/test_something.py` could look like this,
+carrying a single test case:
 
 .. testcode:: promod3unittest
   :hide:
diff --git a/doc/html/contributing.html b/doc/html/contributing.html
index 550edc96516e9f69712707bc8598ce0fd7b5bd09..e6016eb6f5320ba157d20ea37d75392d302c5f02 100644
--- a/doc/html/contributing.html
+++ b/doc/html/contributing.html
@@ -648,10 +648,11 @@ files with a prefix <tt class="file docutils literal"><span class="pre">test_</s
 sporting a single monolithic <tt class="file docutils literal"><span class="pre">test_sidechains.py</span></tt>.</p>
 <p>Python code is evaluated using its own
 <a class="reference external" href="https://docs.python.org/2.7/library/unittest.html">unit testing framework</a> with a little help
-from <a class="reference external" href="http://www.OpenStructure.org">OST</a>. The basic scheme is to import your module, subclass
-<a class="reference external" href="https://docs.python.org/2.7/library/unittest.html#unittest.TestCase" title="(in Python v2.7)"><tt class="xref py py-class docutils literal"><span class="pre">unittest.TestCase</span></tt></a> and make the whole file runnable as script using the
-most common <a class="reference external" href="https://docs.python.org/2.7/library/__main__.html"><tt class="xref py py-attr docutils literal"><span class="pre">__name__</span></tt></a> attribute. A file <tt class="file docutils literal"><span class="pre">tests/test_something.py</span></tt> could
-look like this, carrying a single test case:</p>
+from <a class="reference external" href="http://www.OpenStructure.org">OST</a> (C++ uses the Boost <a class="reference external" href="http://www.boost.org/doc/libs/1_47_0/libs/test/doc/html/index.html">Test Library</a>).
+The basic scheme is to import your module, subclass <a class="reference external" href="https://docs.python.org/2.7/library/unittest.html#unittest.TestCase" title="(in Python v2.7)"><tt class="xref py py-class docutils literal"><span class="pre">unittest.TestCase</span></tt></a>
+and make the whole file runnable as script using the most common <a class="reference external" href="https://docs.python.org/2.7/library/__main__.html"><tt class="xref py py-attr docutils literal"><span class="pre">__name__</span></tt></a>
+attribute. A file <tt class="file docutils literal"><span class="pre">tests/test_something.py</span></tt> could look like this,
+carrying a single test case:</p>
 <div class="highlight-python"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre> 1
  2
  3
@@ -802,7 +803,7 @@ contributions to web pages using ProMod3.</p>
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 17 17:54, 2014.
+      Last updated on Dec 19 14:57, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/developers.html b/doc/html/developers.html
index ce43872ea193ff2c294b657b634f1bb08c692a51..629ad054b6fc463b755ef515adec1df3d3b3c822 100644
--- a/doc/html/developers.html
+++ b/doc/html/developers.html
@@ -145,7 +145,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 17 17:54, 2014.
+      Last updated on Dec 19 14:57, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/genindex.html b/doc/html/genindex.html
index d6ae56c83f12d57ea9908d9a372116793a1f29ed..6b7b6b1b59d69bd6d0c61c28227b63fe56043227 100644
--- a/doc/html/genindex.html
+++ b/doc/html/genindex.html
@@ -229,7 +229,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 17 17:54, 2014.
+      Last updated on Dec 19 14:57, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/index.html b/doc/html/index.html
index 3a5a7926f9a896c2bf6d784dcb12e84e9ed1f7ac..f8b79481d380c9425638e7bc7ac30153947f844a 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -133,7 +133,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 17 17:54, 2014.
+      Last updated on Dec 19 14:57, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/py-modindex.html b/doc/html/py-modindex.html
index 55097bcb605b40611cdbc0fffe2d932924b5cd3f..223b8ae72de37fa85280e7ba2276cf5d46524563 100644
--- a/doc/html/py-modindex.html
+++ b/doc/html/py-modindex.html
@@ -113,7 +113,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 17 17:54, 2014.
+      Last updated on Dec 19 14:57, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/search.html b/doc/html/search.html
index b589a56cad956246e347d5f7a0737cd40bb74e61..1547f040aeb54e08abe989f8fe389d03fedd7210 100644
--- a/doc/html/search.html
+++ b/doc/html/search.html
@@ -99,7 +99,7 @@
     </div>
     <div class="footer">
         &copy; Copyright 2014, Bienchen.
-      Last updated on Dec 17 17:54, 2014.
+      Last updated on Dec 19 14:57, 2014.
       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
     </div>
   </body>
diff --git a/doc/html/searchindex.js b/doc/html/searchindex.js
index 735ff48ff81495293e408f301790a2d0c1be4eff..4d2fc0e8a69cef8fb56024cf7fd786c53c3adb55 100644
--- a/doc/html/searchindex.js
+++ b/doc/html/searchindex.js
@@ -1 +1 @@
-Search.setIndex({envversion:42,terms:{aln:9,all:[8,0,4,1,9],code:[8,0,6,1,4],forget:[8,4],chain:[4,9],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,per:[4,1,7],abil:4,follow:[4,9],content:[4,5,10],middl:4,test_foo:1,readabl:4,send:6,init:4,program:[1,7],under:4,introduc:4,sourc:[8,0,6,1,4],everi:[4,9],string:0,fals:[4,0,9],internet:4,worst:4,failur:[4,0],veri:[4,0],affect:4,runnabl:4,tri:9,magic:4,solver:4,did:4,list:[8,0,4,9],assertequ:4,item:[4,9],fileextens:0,servic:4,dir:4,malici:4,promod_gcc_45:4,your_modul:4,direct:4,past:4,second:9,design:0,pass:4,download:8,acid:9,even:[8,4],index:[4,5],what:[8,0,4],hide:4,sub:4,resembl:4,section:1,"while":[4,0],find:[4,1],current:4,delet:9,version:[8,4],"new":[4,9],boost:[0,1,2,3,4,5,6,7,8,9,10],meld:3,subtre:[4,1],submodule1:4,honour:9,gener:4,never:4,here:[0,4,6,9,8,1],sphinx:[0,1,2,3,4,5,6,7,8,9,10],save:4,lib_stage_path:4,let:4,set_directory_properti:4,path:[8,0,4,1],along:4,modifi:[4,9,3],implicit:8,valu:[8,0,6],wait:4,headlin:4,search:[8,5,4],produc:[8,1],executable_output_path:4,setup_boost:4,host:1,promod3_version_minor:4,gly:9,doctest:[8,4],action:4,implement:4,chanc:4,argpars:0,spawn:4,via:4,extra:4,activ:4,modul:3,submodul:4,put:[8,0,4,1],unix:4,api:[],instal:[8,4],smallish:[8,4],unit:8,highli:8,fed:[4,1],from:[0,1,3,6,9,8,4],describ:[0,1],would:[8,4,6],regist:[4,1],two:4,next:4,everybodi:4,few:[8,4,9],live:4,call:[8,4,1],recommend:8,msg:6,loadalign:9,checkout:4,tell:[4,0],tightli:4,more:[8,4,1,9],sort:1,chapter:4,peopl:4,relat:4,notic:[4,1],warn:4,flag:[4,0,1],include_directori:4,particular:4,known:0,actual:4,hold:9,cach:[8,4],must:4,ost_double_precis:8,word:1,py_run:[4,1],hous:4,generalis:4,setup:[4,3],work:[8,4,1],histori:4,paragraph:4,can:[8,0,4,9],purpos:4,root:4,fetch:[4,0],def:4,test_suite_:1,control:4,give:[4,1],process:4,add_argu:0,indic:[],topic:4,abort:4,want:[8,4],phrase:4,made:1,hydrogen:9,contribut:[],alwai:4,gcc:4,cours:4,end:[8,0,6,4],sit:4,rather:[4,6],comfort:0,"_xml":1,"__init__":4,verifi:0,config:4,updat:4,python_vers:4,product:4,entityhandl:9,rebas:4,mess:4,clone:4,after:[8,4],usabl:4,befor:4,wrong:8,attent:4,date:4,multipl:4,data:[4,1],grow:9,man:[8,4],"short":4,essenti:4,practic:[4,1],ost_doc_url:4,python_binari:4,correspond:4,stash:4,exclud:4,alias:4,"switch":4,maintain:4,environ:4,allow:4,exclus:4,origin:4,promod3_version_major:4,eigen:[8,4],over:[8,4,9],insight:4,becaus:[8,4],through:4,same:[8,4],rawmodel:3,gitignor:4,still:4,pointer:8,disable_disable_doctest:4,paramet:[0,6,1,9],perfect:4,output_vari:4,funni:8,fix:[4,0],selenium:9,structuralgaplist:9,relev:[8,1],carri:[4,0],drawback:4,onc:4,bin:4,python_doc_url:4,therefor:4,linkcheck:[8,4],them:[4,1],good:4,"return":[0,6,9],thei:[8,4],python:[0,1,2,3,4,5,6,7,8,9,10],dai:0,exot:4,"break":4,framework:4,conquer:4,instead:[8,0,4,1],front:[8,0,4],now:[4,9],align:9,pre_commit:4,minimalist:9,cmake_cxx_flags_releas:4,libexec_stage_path:4,somewher:1,name:[4,0,1],anyth:[8,4],drop:4,separ:4,easili:[4,1],achiev:4,each:4,debug:4,found:[4,1],went:4,complet:[4,9],side:[4,9],mean:[8,0,4],compil:4,everyth:[],monolith:4,cmake_module_path:4,test_sidechain:4,idea:[4,3],realli:[8,0,4],runtest:4,"static":4,our:[4,1],extract:4,special:[8,4,1],out:[8,4,1],variabl:[8,4],shown:4,goe:[8,4],promod3_unittest:[4,1],crucial:4,categori:1,rel:1,reader:4,print:8,got:8,exec_program:4,merg:4,dive:4,integr:[4,1],insid:1,runtimeerror:9,differ:[8,4,1],free:4,standard:8,test_someth:4,reason:4,base:[0,9],latest:8,ask:4,org:4,basi:[4,1],could:[4,1,9],insert:9,keep:4,thing:[8,4],place:[4,6],think:4,first:[4,3],oper:4,softwar:4,major:4,suffix:0,obviou:4,prevent:4,feel:4,sidechains_pymod:4,number:9,yourself:[8,4],restrict:4,mai:[8,4,1,9],alreadi:4,done:4,least:[8,4,1],blank:4,stabl:4,miss:[0,9],exit_statu:[0,6],given:[0,1],script:[8,0,6,4],top:[8,4],perfectli:4,mkdir:4,system:[8,4,3],messag:[],stack:4,attach:9,stori:4,master:4,too:4,"_run":1,termin:0,scheme:4,"final":[4,9],store:[4,9],shell:[8,0,6],option:[8,0,4],tool:[0,1],copi:[4,1,9],restrict_chain:9,specifi:1,openstructur:[0,1,2,3,4,5,6,7,8,9,10],part:4,pars:0,boost_include_dir:4,mostli:4,rst:4,off:[4,9],exactli:8,than:4,kind:4,grep:8,target:[8,4,1],whenev:4,provid:[8,4],seamlessli:4,tree:[4,1],unrecognis:0,project:[4,1],matter:1,reus:9,str:[0,6],were:4,posit:0,toward:4,initi:3,builder:8,pre:4,linker:1,mind:4,argument:8,packag:[4,1],manner:4,have:[8,4,1,9],"__main__":4,need:[8,0,4,1],dedic:[8,4,1],turn:[4,0],tidi:4,cmake_current_source_dir:4,optimis:4,imagin:4,probabl:[8,4,1],built:4,advic:4,inform:9,diverg:4,self:4,mix:1,without:[4,0,1,9],take:[4,9],which:[8,4,6,9,7],thoroughli:4,data1:1,noth:4,singl:[4,1,9],data2:1,"_opt":4,sure:4,distribut:4,track:0,forg:4,compress:0,strict:4,wno:4,most:[4,0,9],eigen3_found:4,hotfix:4,"class":[4,9,7],charg:4,renam:3,bug:4,url:4,doc:[8,4],later:4,cover:[4,0,7],doe:[4,0,1,9],ext:0,declar:[4,1],clean:[8,4],brew:1,usual:[8,4,1],review:4,came:4,cmakelist:[8,4,1],show:4,test_suite_your_module_run:4,dbg:4,attachview:9,bring:4,permiss:4,cmake_support:[4,1],fine:4,anywai:4,help:[8,4],involv:4,onli:[4,0,1,9],inlin:4,locat:[8,1],nevertheless:4,explain:4,configur:[8,4],solut:4,state:[8,4],should:[4,0,6,1],suppos:4,templat:9,folder:4,move:4,hit:4,unus:4,variou:[8,1],get:[8,4],watch:4,autom:1,cannot:4,loadpdb:9,report:[4,9],toolbox:4,requir:[8,4],setup_compiler_flag:4,add_changelog_to_doc:4,enabl:0,"2b1":8,"default":[8,4],feed:1,common:[4,0],contain:[8,0,4,1,9],python_root:8,where:4,remov:8,view:4,set:[8,0,4,1,9],project_nam:4,seq:[4,9],frame:4,ost_include_dir:4,see:4,temporarili:4,mandatori:4,result:[8,4,9],arg:4,testcas:4,close:4,sport:4,best:1,subject:4,awar:4,statu:4,detect:0,msgerrorandexit:6,vari:1,someth:[4,6],version_great:4,enumer:4,label:4,figur:4,header_stage_path:4,subdir:4,simplest:4,"import":[8,0,6,9,4],awai:4,entiti:4,approach:4,attribut:4,accord:4,extend:[4,1],sole:4,cmake_cxx_compiler_vers:4,test_your_modul:4,solv:4,come:[4,0],popul:[8,4],fail:[4,6],last:1,extens:0,alon:6,disable_doctest:[8,4],etc:4,tutori:4,grain:4,fno:4,mani:6,whole:[4,9],pdb:[0,9],comment:4,sidechains_rst:4,author:4,point:[8,4],cxx:4,overview:4,unittest:4,argumentpars:0,pop:4,walk:4,residu:9,header:[8,4],featur:4,codetest:[4,1],test_submodule1:4,assum:4,amino:9,quit:4,template_structur:9,creat:[8,4,1],coupl:4,addition:1,rebuild:[8,4],three:[4,1],been:4,sinc:[8,0,4,1],compon:4,trigger:4,besid:[8,1],treat:[4,9],basic:[8,4,9],ost_root:[8,4],addit:[4,0,1],seq_alg:4,tini:4,quickli:4,life:4,fasta:9,convert:9,ani:4,coordin:[],togeth:4,els:4,fileexist:0,educ:4,those:[8,4,1],"case":4,cmake_c_compiler_vers:4,uncertain:4,look:[4,0],raw:[],testfileexistsfals:4,disable_disable_linkcheck:4,straight:4,properti:4,commerci:4,formatt:4,defin:1,invok:[8,4],boost_root:8,abov:4,error:[0,6],wild:1,dost_root:[8,4],loop:[4,9],stage_dir:4,methionin:9,real:4,smng:3,helper:[],almost:1,sidechain:4,henc:4,non:4,itself:[4,1],clutter:4,conf:[8,4],protein:9,vanish:4,calpha_onli:9,sever:[8,4],reviv:4,parent:9,develop:[],fedora:4,promod3_version_patch:4,suggest:4,belong:4,savepdb:9,files_to_be_remov:4,member:[4,9],binari:4,complex:4,flag2:1,flag1:1,advis:4,admir:4,document:[8,3],start:8,conflict:4,higher:8,http:4,cmakecach:8,optim:[8,4],bienchen:4,make_directori:4,effect:1,hand:8,driven:4,moment:4,rais:9,disable_linkcheck:[8,4],user:[],kic:4,respons:4,tradition:[0,6],expand:4,recent:4,task:4,conop:4,pymod:4,find_packag:4,macro:[4,1],markup:4,well:[8,4,9],exampl:[8,4,9],command:[],branchnam:4,thi:[0,1,9,8,7,4],endif:4,gzip:0,model:[],academ:4,spend:4,piec:4,left:6,interpret:6,add_doc_sourc:4,entri:4,just:[8,4],elabor:4,obtain:9,rest:[0,1,2,3,4,5,6,7,8,9,10],touch:4,languag:1,web:[8,4],also:[8,0,4,1,9],lapack:[8,4],restructuredtext:[0,1,2,3,4,5,6,7,8,9,10],makefil:[8,4],except:4,littl:[4,1],add:[4,1],eigen3:4,input:0,subsequ:9,match:[4,9],opt:0,around:4,format:4,handl:9,specimen:0,term:4,source2:[4,1],source1:[4,1],know:8,background:8,mol:4,bit:[8,4],you:[8,0,4,1],dare:1,mod:4,eigen3_include_dir:[8,4],loss:4,like:[8,4,1,9],success:[0,6],incred:9,manual:[8,4],html:[8,4,3],test_:4,test_awesome_featur:4,collect:6,"boolean":0,either:[4,9],output:[4,0],hook:4,page:[8,5,4],www:4,right:[8,4],often:[4,0],acknowledg:4,some:[8,0,4],begin:4,resolv:4,intern:4,proper:4,home:1,librari:[4,1],qmean:[8,4],thu:0,txt:[8,4,1],lead:0,avoid:4,definit:4,subclass:4,exit:[0,6],select:9,recognis:4,devot:7,condit:4,core:[],plu:4,cmake_source_dir:4,backbon:9,step:4,promot:4,repositori:[4,1,3],"__name__":4,add_subdirectori:4,intervent:4,mmcif:0,stage:8,trustworthi:4,src:4,about:[4,1,9],rare:4,materi:4,unfortun:4,coars:4,commit:4,mol_alg:4,disabl:4,qmean_root:[8,4],own:[],within:[8,4],automat:[4,0],due:9,promod3_version_str:4,empti:[4,6],cmake_cxx_flag:4,strip:9,announc:4,soon:4,your:8,manag:[4,1],git:[8,3],log:[4,6],wai:[8,4,1],pictur:4,qmean_include_dir:4,support:[4,0],renumb:9,custom:4,avail:[8,4],lost:4,much:[4,9],interfac:4,includ:[4,0,3],lot:[4,0],suit:4,forward:4,stai:4,parse_arg:0,headach:4,unexpect:8,enough:4,tupl:0,buildrawmodel:9,somethingtest:4,back:4,link:[8,4,1],atom:9,don:[8,4],line:[],level:[8,4],"true":[4,0,9],setup_stag:4,pull:[8,4],tripl:0,immedi:4,wise:1,consist:4,possibl:[4,9],whether:0,type:[0,9],displai:0,below:4,otherwis:4,problem:4,similar:8,eigenvector:4,testutil:4,reserv:[0,6],gather:[4,1,7],evalu:4,"int":[0,6],certain:[8,1],utilis:[4,0],fellow:4,incomplet:9,exist:[4,0],file:8,dqmean_root:[8,4],deuterium:9,check:[8,0,4],fill:4,echo:4,again:[8,4],readi:8,calpha:9,modif:9,when:[4,9],detail:[4,9],other:[8,4,9],bool:0,seem:4,test:8,cmake_compiler_is_gnucxx:4,phosphoserin:9,nice:4,sometim:4,additional_make_clean_fil:4,extern:[4,1],determin:0,rawmodelingresult:9,sequenc:9,cmake_build_typ:4,cmake_minimum_requir:4,briefli:4,eigenvalu:4,consid:[4,1],gap:9,homolog:7,doptim:4,fatal_error:4,legal:4,library2:1,library1:1,peptid:9,algorithm:[4,9],project_binary_dir:4,directori:8,descript:4,pseudo:9,rule:4,ignor:9,time:[4,9],push:4},objtypes:{"0":"cmake:command","1":"py:module","2":"py:function","3":"py:attribute","4":"py:class"},objnames:{"0":["cmake","command","CMake command"],"1":["py","module","Python module"],"2":["py","function","Python function"],"3":["py","attribute","Python attribute"],"4":["py","class","Python class"]},filenames:["core/argcheck","cmake/index","users","changelog","contributing","index","core/helper","core/index","buildsystem","rawmodel/index","developers"],titles:["<tt class=\"docutils literal\"><span class=\"pre\">argcheck</span></tt> - Standard Tests For Command Line Arguments","ProMod3&#8216;s Share Of CMake","Documentation For Users","Changelog","Contributing","Welcome To ProMod3&#8217;s Documentation!","<tt class=\"docutils literal\"><span class=\"pre\">helper</span></tt> - Shared Functionality For the Everything","<tt class=\"docutils literal\"><span class=\"pre\">core</span></tt> - ProMod3 Core Functionality","Building ProMod3","<tt class=\"docutils literal\"><span class=\"pre\">rawmodel</span></tt> - Coordinate Modeling","Documentation For Developes"],objects:{"":{"command:promod3_unittest":[1,0,1,""]},"promod3.rawmodel":{BuildRawModel:[9,2,1,""],RawModelingResult:[9,4,1,""]},"promod3.core.argcheck":{FileExtension:[0,2,1,""],FileExists:[0,2,1,""]},"promod3.rawmodel.RawModelingResult":{model:[9,3,1,""],gaps:[9,3,1,""]},promod3:{core:[7,1,0,"-"],rawmodel:[9,1,0,"-"]},"promod3.core.helper":{MsgErrorAndExit:[6,2,1,""]}},titleterms:{own:4,helper:6,modul:[4,1],share:[6,1],argument:0,indic:5,raw:9,api:9,file:0,tabl:5,run:8,your:4,unit:[4,1],git:4,develop:10,welcom:5,how:4,parti:4,make:8,messag:6,write:4,start:4,build:8,branch:4,test:[4,0,1],stage:4,promod3:[8,5,1,7],"function":[6,1,7],core:7,argcheck:0,contribut:4,chang:3,standard:0,coordin:9,mainten:1,user:2,releas:3,cmake:[8,4,1],line:0,everyth:6,introduct:[0,6,1],document:[4,5,10,2],third:4,changelog:3,directori:4,structur:4,issu:4,command:0,rawmodel:9,model:9,licens:4,depend:8}})
\ No newline at end of file
+Search.setIndex({envversion:42,terms:{aln:9,all:[8,0,4,10,9],code:[8,0,1,10,4],forget:[8,4],chain:[8,9],messi:8,skip:8,forbidden:8,sidechains_unit_test:8,ost:[0,1,2,3,4,5,6,7,8,9,10],disable_document:[8,4],prefix:[8,0],concept:8,subclass:8,abil:8,follow:[8,9],content:[8,3,6],middl:8,test_foo:10,readabl:8,send:1,init:8,program:[10,7],under:8,introduc:8,sourc:[8,0,1,10,4],everi:[8,9],string:0,fals:[8,0,9],internet:8,worst:8,failur:[8,0],veri:[8,0],rawmodel:5,relev:[4,10],tri:9,magic:8,solver:8,did:8,list:[8,0,4,9],assertequ:8,item:[8,9],fileextens:0,align:9,dir:8,malici:8,promod_gcc_45:8,your_modul:8,direct:8,past:8,second:9,design:0,pass:8,download:4,acid:9,even:[8,4],index:[8,3],what:[8,0,4],hide:8,sub:8,resembl:8,section:10,invok:[8,4],anywai:8,current:8,delet:9,version:[8,4],"new":[8,9],boost:[0,1,2,3,4,5,6,7,8,9,10],meld:5,subtre:[8,10],submodule1:8,honour:9,gener:8,never:8,here:[0,4,1,9,8,10],lib_stage_path:8,let:8,set_directory_properti:8,path:[8,0,4,10],along:8,modifi:[8,9,5],implicit:4,valu:[4,0,1],wait:8,test_someth:8,search:[8,3,4],find_packag:8,executable_output_path:8,setup_boost:8,step:8,promod3_version_minor:8,gly:9,doctest:[8,4],action:8,implement:8,chanc:8,methionin:9,via:8,extra:8,solut:8,modul:5,submodul:8,ask:8,unix:8,api:[],instal:[8,4],smallish:[8,4],unit:4,highli:4,fed:[8,10],from:[0,5,4,1,9,8,10],describ:[0,10],would:[8,4,1],regist:[8,10],two:8,next:8,everybodi:8,few:[8,4,9],live:8,call:[8,4,10],recommend:4,msg:1,loadalign:9,checkout:8,tell:[8,0],tightli:8,more:[8,4,10,9],sort:10,trustworthi:8,peopl:8,relat:8,notic:[8,10],warn:8,flag:[8,0,10],include_directori:8,particular:8,known:0,rare:8,hold:9,cach:[8,4],must:8,ost_double_precis:4,word:10,py_run:[8,10],hous:8,generalis:8,setup:[8,5],work:[8,4,10],histori:8,left:1,paragraph:8,can:[8,0,4,9],purpos:8,root:8,fetch:[8,0],def:8,test_suite_:10,control:8,give:[8,10],process:8,add_argu:0,indic:[],topic:8,abort:8,want:[8,4],phrase:8,hydrogen:9,unus:8,alwai:8,gcc:8,cours:8,end:[8,0,4,1],sit:8,rather:[8,1],peptid:9,comfort:0,"_xml":10,calpha_onli:9,sever:[8,4],opt:0,instead:[8,0,4,10],config:8,updat:8,python_vers:8,product:8,entityhandl:9,rebas:8,mess:8,dive:8,after:[8,4],usabl:8,befor:8,wrong:4,attent:8,mai:[8,4,10,9],multipl:8,data:[8,10],grow:9,man:[8,4],subsequ:9,"short":8,essenti:8,practic:[8,10],mol_alg:8,python_binari:8,correspond:8,stash:8,exclud:8,alias:8,"switch":8,maintain:8,environ:8,allow:8,exclus:8,origin:8,promod3_version_major:8,eigen:[8,4],over:[8,4,9],insight:8,becaus:[8,4],through:8,files_to_be_remov:8,affect:8,gitignor:8,still:8,pointer:4,disable_disable_doctest:8,paramet:[0,1,10,9],perfect:8,output_vari:8,binari:8,fix:[8,0],selenium:9,structuralgaplist:9,runnabl:8,carri:[8,0],complex:8,onc:8,python_doc_url:8,therefor:8,linkcheck:[8,4],them:[8,10],good:8,"return":[0,1,9],thei:[8,4],python:[0,1,2,3,4,5,6,7,8,9,10],dai:0,exot:8,"break":8,framework:8,conquer:8,verifi:0,front:[8,0,4],now:[8,9],pre_commit:8,minimalist:9,cmake_cxx_flags_releas:8,libexec_stage_path:8,somewher:10,name:[8,0,10],anyth:[8,4],drop:8,separ:8,easili:[8,10],achiev:8,each:8,debug:8,found:[8,10],went:8,higher:4,side:[8,9],mean:[8,0,4],compil:8,monolith:8,strip:9,idea:[8,5],realli:[8,0,4],runtest:8,"static":8,our:[8,10],extract:8,special:[8,4,10],out:[8,4,10],variabl:[8,4],shown:8,goe:[8,4],promod3_unittest:[8,10],crucial:8,categori:10,rel:10,reader:8,print:4,got:4,exec_program:8,clone:8,common:[8,0],model:[],insid:10,make_directori:8,runtimeerror:9,given:[0,10],free:8,standard:4,headlin:8,reason:8,base:[0,9],term:8,put:[8,0,4,10],org:8,basi:[8,10],could:[8,10,9],promod3_version_patch:8,keep:8,thing:[8,4],place:[8,1],think:8,first:[8,5],oper:8,softwar:8,major:8,suffix:0,obviou:8,prevent:8,feel:8,sidechains_pymod:8,number:9,yourself:[8,4],restrict:8,date:8,alreadi:8,done:8,messag:[],blank:8,stabl:8,miss:[0,9],straight:8,exit_statu:[0,1],differ:[8,4,10],script:[8,0,4,1],top:[8,4],perfectli:8,mkdir:8,system:[8,4,5],least:[8,4,10],tradition:[0,1],attach:9,stori:8,master:8,too:8,"_run":10,termin:0,scheme:8,"final":[8,9],store:[8,9],shell:[4,0,1],option:[8,0,4],tool:[0,10],copi:[8,10,9],restrict_chain:9,specifi:10,openstructur:[0,1,2,3,4,5,6,7,8,9,10],part:8,pars:0,boost_include_dir:8,mostli:8,rst:8,conop:8,exactli:4,than:8,kind:8,grep:4,target:[8,4,10],whenev:8,provid:[8,4],seamlessli:8,tree:[8,10],unrecognis:0,project:[8,10],matter:10,reus:9,str:[0,1],were:8,posit:0,toward:8,markup:8,pre:8,linker:10,mind:8,argument:4,packag:[8,10],manner:8,have:[8,4,10,9],"__main__":8,need:[8,0,4,10],dedic:[8,4,10],turn:[8,0],tidi:8,cmake_current_source_dir:8,optimis:8,imagin:8,built:8,advic:8,inform:9,diverg:8,self:8,mix:10,exampl:[8,4,9],take:[8,9],which:[8,4,1,9,7],thoroughli:8,data1:10,noth:8,singl:[8,10,9],data2:10,"_opt":8,sure:8,distribut:8,track:0,buildrawmodel:9,compress:0,strict:8,somethingtest:8,most:[8,0,9],eigen3_found:8,hotfix:8,"class":[8,9,7],charg:8,renam:5,url:8,doc:[8,4],later:8,cover:[8,0,7],doe:[8,0,10,9],ext:0,declar:[8,10],clean:[8,4],brew:10,usual:[8,4,10],someth:[8,1],came:8,cmakelist:[8,4,10],show:8,enumer:8,dbg:8,attachview:9,bring:8,permiss:8,add_doc_sourc:8,fine:8,find:[8,10],help:[8,4],involv:8,onli:[8,0,10,9],inlin:8,locat:[4,10],explain:8,configur:[8,4],activ:8,figur:8,should:[8,0,1,10],suppos:8,templat:9,folder:8,move:8,hit:8,contribut:[],variou:[4,10],get:[8,4],watch:8,autom:10,cannot:8,loadpdb:9,report:[8,9],toolbox:8,requir:[8,4],setup_compiler_flag:8,add_changelog_to_doc:8,enabl:0,"2b1":4,gather:[8,10,7],whether:0,feed:10,integr:[8,10],contain:[8,0,4,10,9],python_root:4,where:8,remov:4,view:8,user:[],set:[8,0,4,10,9],project_nam:8,seq:[8,9],frame:8,around:8,ost_include_dir:8,see:8,temporarili:8,mandatori:8,result:[8,4,9],smng:5,arg:8,testcas:8,close:8,sport:8,best:10,subject:8,awar:8,statu:8,detect:0,msgerrorandexit:1,vari:10,review:8,version_great:8,test_suite_your_module_run:8,label:8,state:[8,4],header_stage_path:8,subdir:8,simplest:8,"import":[8,0,4,1,9],awai:8,entiti:8,approach:8,attribut:8,accord:8,extend:[8,10],sole:8,cmake_cxx_compiler_vers:8,test_your_modul:8,recent:8,solv:8,come:[8,0],popul:[8,4],fail:[8,1],last:10,extens:0,alon:1,disable_doctest:[8,4],etc:8,tutori:8,grain:8,fno:8,mani:1,whole:[8,9],pdb:[0,9],comment:8,sidechains_rst:8,point:[8,4],cxx:8,overview:8,unittest:8,argumentpars:0,pop:8,walk:8,residu:9,header:[8,4],test_submodule1:8,assum:8,amino:9,quit:8,template_structur:9,evalu:8,coupl:8,addition:10,rebuild:[8,4],three:[8,10],been:8,sinc:[8,0,4,10],compon:8,trigger:8,besid:[4,10],treat:[8,9],basic:[8,4,9],ost_root:[8,4],addit:[8,0,10],seq_alg:8,tini:8,quickli:8,life:8,convert:9,ani:8,coordin:[],togeth:8,input:0,fileexist:0,educ:8,those:[8,4,10],"case":8,cmake_c_compiler_vers:8,uncertain:8,look:[8,0],raw:[],testfileexistsfals:8,disable_disable_linkcheck:8,servic:8,properti:8,commerci:8,formatt:8,defin:10,"while":[8,0],match:[8,9],abov:8,error:[0,1],wild:10,dost_root:[8,4],loop:[8,9],stage_dir:8,spawn:8,real:8,test_sidechain:8,helper:[],almost:10,sidechain:8,henc:8,non:8,itself:[8,10],clutter:8,conf:[8,4],protein:9,vanish:8,fasta:9,"__init__":8,reviv:8,parent:9,disabl:8,develop:[],fedora:8,author:8,suggest:8,belong:8,savepdb:9,same:[8,4],member:[8,9],funni:4,drawback:8,flag2:10,flag1:10,admir:8,document:[4,5],start:4,conflict:8,complet:[8,9],http:8,again:[8,4],optim:[8,4],bienchen:8,argpars:0,effect:10,hand:4,driven:8,moment:8,rais:9,disable_linkcheck:[8,4],initi:5,kic:8,immedi:8,respons:8,stack:8,expand:8,codetest:[8,10],task:8,off:[8,9],pymod:8,nevertheless:8,macro:[8,10],builder:4,well:[8,4,9],without:[8,0,10,9],command:[],branchnam:8,thi:[0,4,9,8,7,10],endif:8,gzip:0,everyth:[],academ:8,loss:8,spend:8,latest:4,interpret:1,cmake_support:[8,10],entri:8,just:[8,4],mol:8,obtain:9,rest:[0,1,2,3,4,5,6,7,8,9,10],legal:8,touch:8,languag:10,web:[8,4],also:[8,0,4,10,9],lapack:[8,4],restructuredtext:[0,1,2,3,4,5,6,7,8,9,10],makefil:[8,4],except:8,littl:[8,10],add:[8,10],eigen3:8,els:8,save:8,boost_root:4,bin:8,advis:8,format:8,handl:9,specimen:0,setup_stag:8,piec:8,source2:[8,10],source1:[8,10],know:4,background:4,elabor:8,bit:[8,4],cmake_compiler_is_gnucxx:8,dare:10,mod:8,eigen3_include_dir:[8,4],insert:9,like:[8,4,10,9],success:[0,1],incred:9,manual:[8,4],html:[8,4,5],test_:8,test_awesome_featur:8,collect:1,"boolean":0,either:[8,9],output:[8,0],hook:8,page:[8,3,4],www:8,right:[8,4],often:[8,0],acknowledg:8,some:[8,0,4],begin:8,resolv:8,intern:8,proper:8,home:10,librari:[8,10],qmean:[8,4],thu:0,txt:[8,4,10],lead:0,avoid:8,definit:8,per:[8,10,7],exit:[0,1],select:9,recognis:8,sequenc:9,condit:8,manag:[8,10],core:[],plu:8,cmake_source_dir:8,backbon:9,host:10,promot:8,repositori:[8,10,5],"__name__":8,cmake_minimum_requir:8,intervent:8,mmcif:0,stage:4,chapter:8,src:8,about:[8,10,9],actual:8,materi:8,unfortun:8,coars:8,commit:8,ost_doc_url:8,produc:[4,10],qmean_root:[8,4],own:[],within:[8,4],automat:[8,0],due:9,promod3_version_str:8,empti:[8,1],cmake_cxx_flag:8,cmake_module_path:8,announc:8,soon:8,your:4,merg:8,git:[4,5],fill:8,log:[8,1],wai:[8,4,10],pictur:8,qmean_include_dir:8,support:[8,0],renumb:9,custom:8,avail:[8,4],lost:8,much:[8,9],interfac:8,includ:[8,0,5],lot:[8,0],suit:8,forward:8,parse_arg:0,headach:8,unexpect:4,enough:8,tupl:0,forg:8,wno:8,back:8,link:[8,4,10],atom:9,don:[8,4],line:[],level:[8,4],"true":[8,0,9],bug:8,pull:[8,4],tripl:0,made:10,wise:10,consist:8,possibl:[8,9],"default":[8,4],type:[0,9],displai:0,below:8,otherwis:8,problem:8,similar:4,eigenvector:8,testutil:8,reserv:[0,1],featur:8,creat:[8,4,10],"int":[0,1],certain:[4,10],utilis:[8,0],fellow:8,incomplet:9,exist:[8,0],file:4,dqmean_root:[8,4],deuterium:9,check:[8,0,4],probabl:[8,4,10],echo:8,cmakecach:4,readi:4,calpha:9,modif:9,when:[8,9],detail:[8,9],other:[8,4,9],bool:0,seem:8,test:4,you:[8,0,4,10],phosphoserin:9,nice:8,sometim:8,additional_make_clean_fil:8,extern:[8,10],determin:0,rawmodelingresult:9,devot:7,cmake_build_typ:8,add_subdirectori:8,briefli:8,eigenvalu:8,consid:[8,10],gap:9,homolog:7,doptim:8,fatal_error:8,stai:8,library2:10,library1:10,sphinx:[0,1,2,3,4,5,6,7,8,9,10],algorithm:[8,9],project_binary_dir:8,directori:4,descript:8,pseudo:9,rule:8,ignor:9,time:[8,9],push:8},objtypes:{"0":"cmake:command","1":"py:module","2":"py:function","3":"py:attribute","4":"py:class"},objnames:{"0":["cmake","command","CMake command"],"1":["py","module","Python module"],"2":["py","function","Python function"],"3":["py","attribute","Python attribute"],"4":["py","class","Python class"]},filenames:["core/argcheck","core/helper","users","index","buildsystem","changelog","developers","core/index","contributing","rawmodel/index","cmake/index"],titles:["<tt class=\"docutils literal\"><span class=\"pre\">argcheck</span></tt> - Standard Tests For Command Line Arguments","<tt class=\"docutils literal\"><span class=\"pre\">helper</span></tt> - Shared Functionality For the Everything","Documentation For Users","Welcome To ProMod3&#8217;s Documentation!","Building ProMod3","Changelog","Documentation For Developes","<tt class=\"docutils literal\"><span class=\"pre\">core</span></tt> - ProMod3 Core Functionality","Contributing","<tt class=\"docutils literal\"><span class=\"pre\">rawmodel</span></tt> - Coordinate Modeling","ProMod3&#8216;s Share Of CMake"],objects:{"":{"command:promod3_unittest":[10,0,1,""]},"promod3.rawmodel":{BuildRawModel:[9,2,1,""],RawModelingResult:[9,4,1,""]},"promod3.core.argcheck":{FileExtension:[0,2,1,""],FileExists:[0,2,1,""]},"promod3.rawmodel.RawModelingResult":{model:[9,3,1,""],gaps:[9,3,1,""]},promod3:{core:[7,1,0,"-"],rawmodel:[9,1,0,"-"]},"promod3.core.helper":{MsgErrorAndExit:[1,2,1,""]}},titleterms:{model:9,own:8,helper:1,modul:[8,10],share:[1,10],argument:0,indic:3,raw:9,api:9,file:0,tabl:3,argcheck:0,your:8,unit:[8,10],git:8,develop:6,welcom:3,start:8,parti:8,make:4,messag:1,write:8,how:8,build:4,branch:8,test:[8,0,10],introduct:[0,1,10],promod3:[4,3,10,7],"function":[1,10,7],core:7,run:4,contribut:8,standard:0,coordin:9,mainten:10,user:2,releas:5,cmake:[8,4,10],line:0,everyth:1,stage:8,document:[8,3,6,2],third:8,changelog:5,directori:8,structur:8,issu:8,command:0,rawmodel:9,chang:5,licens:8,depend:4}})
\ No newline at end of file