{"id":929,"date":"2012-08-03T09:50:58","date_gmt":"2012-08-03T07:50:58","guid":{"rendered":"http:\/\/oldblogs.uct.ac.za\/blog\/big-bytes\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase"},"modified":"2015-08-14T13:07:59","modified_gmt":"2015-08-14T11:07:59","slug":"single-particle-reconstruction-of-malarial-gene-glutamine-synthetase","status":"publish","type":"post","link":"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/","title":{"rendered":"Single particle reconstruction of Malarial gene Glutamine Synthetase"},"content":{"rendered":"EMAN2 is a greyscale scientific image processing suite with a primary focus on processing data from transmission electron microscopes. Satish Patel, a masters student from the Structural Biology department is making use of the ICTS High Performance Computing cluster to do single particle reconstruction of Malarial gene Glutamine Synthetase.\r\n\r\nThe installation of EMAN2 is trivial and if installed on a linux machine requires you to only download the tarball and extraction onto a NFS export application area. You are then required to execute the installation script <em><strong>.\/eman2_installer<\/strong><\/em> which is not so much an installation but rather spits out a shell environment script to which you call from your .bashrc at login time. The script sets your shell environment for EMAN2 and makes use of its own built in python command interpreter.\r\n\r\nTo really make use of EMAN2 we suggest you make use of the MPI version. However, most compiled versions of MPI on clusters are default compiles and do not disable the dlopen option which EMAN2 needs in order to run successfully. Another caveat is the version of OpenMPI. Ensure that your run the version specified in the documentation, OpenMPI 1.4.3 as later versions will not work because EMAN2 tries to load the libmpi.so.0 library and this is not available in OpenMPI 1.6, for example.\r\n\r\nCompile and install OpenMPI into your home directory using the instructions available at - <a title=\"EMAN2 BuildMPI\" href=\"http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/BuildMpi\">http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/BuildMpi<\/a> .\r\n<em><strong>\r\ncd ~\/EMAN2\/mpi_eman\/\r\nmake -f Makefile.linux2 install<\/strong><\/em>\r\n\r\nThe command will compile and install the mpi libraries needed for EMAN2. A test MPI submission script for Torque PBS is available in the <em><strong>\"~\/EMAN2\/mpi_eman\/\"<\/strong><\/em>. Issuing the <em><strong>\"qsub pbs.example\" <\/strong><\/em>script will submit a MPI job to the cluster and should return with a sucessful run.\r\n\r\nEnsure that your PBS variables contain the correct number of CPU's, for example, <em><strong>#PBS -l nodes=5:ppn=4<\/strong><\/em> and that it reflects the exact same amount of CPU's in the \"e2refine.py\" statement of the EMAN2 command,<em><strong> --parallel=mpi:20:\/scratch\/username<\/strong><\/em>. If you run into any problems you can specify one CPU less in the --parallel=mpi statement.\r\n\r\nThanks to the developers of EMAN2 who have put a great application together with excellent documentation.\r\n\r\nURL:\r\n<a title=\"EMAN2 MPI\" href=\"http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/Mpi\">http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/Mpi<\/a>\r\n<a title=\"EMAN2 Build MPI\" href=\"http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/BuildMpi\">http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/BuildMpi<\/a>\r\n<a title=\"EMAN2 Binary Install\" href=\"http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Install\/BinaryInstall\">http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Install\/BinaryInstall<\/a>\r\n\r\n<img src=\"https:\/\/ucthpc.uct.ac.za\/wp-content\/uploads\/2015\/07\/idea_5_c.png\" alt=\"EMAN2\" width=\"414\" height=\"400\" border=\"0\" \/>","protected":false},"excerpt":{"rendered":"<p>EMAN2 is a greyscale scientific image processing suite with a primary focus on processing data from transmission electron microscopes. Satish Patel, a masters student from the Structural Biology department is making use of the ICTS High Performance Computing cluster to do single particle reconstruction of Malarial gene Glutamine Synthetase. <\/p>\n<p>The installation of EMAN2 is trivial and if installed on a linux machine requires you to only download the tarball and extraction onto a NFS export application area. You are then required to execute the installation script <em><strong>.\/eman2_installer<\/strong><\/em> which is not so much an installation but rather spits out a shell environment script to which you call from your .bashrc at login time. The script sets your shell environment for EMAN2 and makes use of its own built in python command interpreter. <\/p>\n<p>To really make use of EMAN2 we suggest you make use of the MPI version. However, most compiled versions of MPI on clusters are default compiles and do not disable the dlopen option which EMAN2 needs in order to run successfully. Another caveat is the version of OpenMPI. Ensure that your run the version specified in the documentation, OpenMPI 1.4.3 as later versions will not work because EMAN2 tries to load the libmpi.so.0 library and this is not available in OpenMPI 1.6, for example. <\/p>\n<p>Compile and install OpenMPI into your home directory using the instructions available at &#8211; <a href=\"http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/BuildMpi\" title=\"EMAN2 BuildMPI\">http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/BuildMpi<\/a> .<br \/><em><strong><br \/>cd ~\/EMAN2\/mpi_eman\/<br \/>make -f Makefile.linux2 install<\/strong><\/em><\/p>\n<p>The command will compile and install the mpi libraries needed for EMAN2. A test MPI submission script for Torque PBS is available in the <em><strong>&#8220;~\/EMAN2\/mpi_eman\/&#8221;<\/strong><\/em>. Issuing the <em><strong>&#8220;qsub pbs.example&#8221; <\/strong><\/em>script will submit a MPI job to the cluster and should return with a sucessful run. <\/p>\n<p>Ensure that your PBS variables contain the correct number of CPU&#8217;s, for example, <em><strong>#PBS -l nodes=5:ppn=4<\/strong><\/em> and that it reflects the exact same amount of CPU&#8217;s in the &#8220;e2refine.py&#8221; statement of the EMAN2 command,<em><strong> &#8211;parallel=mpi:20:\/scratch\/username<\/strong><\/em>. If you run into any problems you can specify one CPU less in the &#8211;parallel=mpi statement. <\/p>\n<p>Thanks to the developers of EMAN2 who have put a great application together with excellent documentation. <\/p>\n<p>URL: <br \/><a href=\"http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/Mpi\" title=\"EMAN2 MPI\">http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/Mpi<\/a><br \/><a href=\"http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/BuildMpi\" title=\"EMAN2 Build MPI\">http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/BuildMpi<\/a><br \/><a href=\"http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Install\/BinaryInstall\" title=\"EMAN2 Binary Install\">http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Install\/BinaryInstall<\/a><\/p>\n<p><img decoding=\"async\" loading=\"lazy\" src=\"http:\/\/blogs.uct.ac.za\/gallery\/1253\/idea_5_c.png\" border=\"0\" alt=\"EMAN2\" width=\"414\" height=\"400\"><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[10],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Single particle reconstruction of Malarial gene Glutamine Synthetase - UCT HPC<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Single particle reconstruction of Malarial gene Glutamine Synthetase - UCT HPC\" \/>\n<meta property=\"og:description\" content=\"EMAN2 is a greyscale scientific image processing suite with a primary focus on processing data from transmission electron microscopes. Satish Patel, a masters student from the Structural Biology department is making use of the ICTS High Performance Computing cluster to do single particle reconstruction of Malarial gene Glutamine Synthetase. The installation of EMAN2 is trivial and if installed on a linux machine requires you to only download the tarball and extraction onto a NFS export application area. You are then required to execute the installation script .\/eman2_installer which is not so much an installation but rather spits out a shell environment script to which you call from your .bashrc at login time. The script sets your shell environment for EMAN2 and makes use of its own built in python command interpreter. To really make use of EMAN2 we suggest you make use of the MPI version. However, most compiled versions of MPI on clusters are default compiles and do not disable the dlopen option which EMAN2 needs in order to run successfully. Another caveat is the version of OpenMPI. Ensure that your run the version specified in the documentation, OpenMPI 1.4.3 as later versions will not work because EMAN2 tries to load the libmpi.so.0 library and this is not available in OpenMPI 1.6, for example. Compile and install OpenMPI into your home directory using the instructions available at - http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/BuildMpi .cd ~\/EMAN2\/mpi_eman\/make -f Makefile.linux2 installThe command will compile and install the mpi libraries needed for EMAN2. A test MPI submission script for Torque PBS is available in the &quot;~\/EMAN2\/mpi_eman\/&quot;. Issuing the &quot;qsub pbs.example&quot; script will submit a MPI job to the cluster and should return with a sucessful run. Ensure that your PBS variables contain the correct number of CPU&#039;s, for example, #PBS -l nodes=5:ppn=4 and that it reflects the exact same amount of CPU&#039;s in the &quot;e2refine.py&quot; statement of the EMAN2 command, --parallel=mpi:20:\/scratch\/username. If you run into any problems you can specify one CPU less in the --parallel=mpi statement. Thanks to the developers of EMAN2 who have put a great application together with excellent documentation. URL: http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/Mpihttp:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/BuildMpihttp:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Install\/BinaryInstall\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/\" \/>\n<meta property=\"og:site_name\" content=\"UCT HPC\" \/>\n<meta property=\"article:published_time\" content=\"2012-08-03T07:50:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2015-08-14T11:07:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ucthpc.uct.ac.za\/wp-content\/uploads\/2015\/07\/idea_5_c.png\" \/>\n<meta name=\"author\" content=\"Timothy Carr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Timothy Carr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/\"},\"author\":{\"name\":\"Timothy Carr\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#\/schema\/person\/41f6cd039836d7741f2b82a7b7cfe8d0\"},\"headline\":\"Single particle reconstruction of Malarial gene Glutamine Synthetase\",\"datePublished\":\"2012-08-03T07:50:58+00:00\",\"dateModified\":\"2015-08-14T11:07:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/\"},\"wordCount\":401,\"publisher\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#organization\"},\"articleSection\":[\"MPI\"],\"inLanguage\":\"en-ZA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/\",\"url\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/\",\"name\":\"Single particle reconstruction of Malarial gene Glutamine Synthetase - UCT HPC\",\"isPartOf\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#website\"},\"datePublished\":\"2012-08-03T07:50:58+00:00\",\"dateModified\":\"2015-08-14T11:07:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/#breadcrumb\"},\"inLanguage\":\"en-ZA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ucthpc.uct.ac.za\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Single particle reconstruction of Malarial gene Glutamine Synthetase\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#website\",\"url\":\"https:\/\/ucthpc.uct.ac.za\/\",\"name\":\"UCT HPC\",\"description\":\"University of Cape Town High Performance Computing\",\"publisher\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ucthpc.uct.ac.za\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-ZA\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#organization\",\"name\":\"University of Cape Town High Performance Computing\",\"url\":\"https:\/\/ucthpc.uct.ac.za\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-ZA\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ucthpc.uct.ac.za\/wp-content\/uploads\/2015\/09\/logocircless.png\",\"contentUrl\":\"https:\/\/ucthpc.uct.ac.za\/wp-content\/uploads\/2015\/09\/logocircless.png\",\"width\":450,\"height\":423,\"caption\":\"University of Cape Town High Performance Computing\"},\"image\":{\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#\/schema\/person\/41f6cd039836d7741f2b82a7b7cfe8d0\",\"name\":\"Timothy Carr\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-ZA\",\"@id\":\"https:\/\/ucthpc.uct.ac.za\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7e94dcf3a408e6ada008042fc29d4b15?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7e94dcf3a408e6ada008042fc29d4b15?s=96&d=mm&r=g\",\"caption\":\"Timothy Carr\"},\"sameAs\":[\"http:\/\/ucthpc.uct.ac.za\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Single particle reconstruction of Malarial gene Glutamine Synthetase - UCT HPC","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/","og_locale":"en_US","og_type":"article","og_title":"Single particle reconstruction of Malarial gene Glutamine Synthetase - UCT HPC","og_description":"EMAN2 is a greyscale scientific image processing suite with a primary focus on processing data from transmission electron microscopes. Satish Patel, a masters student from the Structural Biology department is making use of the ICTS High Performance Computing cluster to do single particle reconstruction of Malarial gene Glutamine Synthetase. The installation of EMAN2 is trivial and if installed on a linux machine requires you to only download the tarball and extraction onto a NFS export application area. You are then required to execute the installation script .\/eman2_installer which is not so much an installation but rather spits out a shell environment script to which you call from your .bashrc at login time. The script sets your shell environment for EMAN2 and makes use of its own built in python command interpreter. To really make use of EMAN2 we suggest you make use of the MPI version. However, most compiled versions of MPI on clusters are default compiles and do not disable the dlopen option which EMAN2 needs in order to run successfully. Another caveat is the version of OpenMPI. Ensure that your run the version specified in the documentation, OpenMPI 1.4.3 as later versions will not work because EMAN2 tries to load the libmpi.so.0 library and this is not available in OpenMPI 1.6, for example. Compile and install OpenMPI into your home directory using the instructions available at - http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/BuildMpi .cd ~\/EMAN2\/mpi_eman\/make -f Makefile.linux2 installThe command will compile and install the mpi libraries needed for EMAN2. A test MPI submission script for Torque PBS is available in the \"~\/EMAN2\/mpi_eman\/\". Issuing the \"qsub pbs.example\" script will submit a MPI job to the cluster and should return with a sucessful run. Ensure that your PBS variables contain the correct number of CPU's, for example, #PBS -l nodes=5:ppn=4 and that it reflects the exact same amount of CPU's in the \"e2refine.py\" statement of the EMAN2 command, --parallel=mpi:20:\/scratch\/username. If you run into any problems you can specify one CPU less in the --parallel=mpi statement. Thanks to the developers of EMAN2 who have put a great application together with excellent documentation. URL: http:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/Mpihttp:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Parallel\/BuildMpihttp:\/\/blake.bcm.edu\/emanwiki\/EMAN2\/Install\/BinaryInstall","og_url":"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/","og_site_name":"UCT HPC","article_published_time":"2012-08-03T07:50:58+00:00","article_modified_time":"2015-08-14T11:07:59+00:00","og_image":[{"url":"https:\/\/ucthpc.uct.ac.za\/wp-content\/uploads\/2015\/07\/idea_5_c.png"}],"author":"Timothy Carr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Timothy Carr","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/#article","isPartOf":{"@id":"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/"},"author":{"name":"Timothy Carr","@id":"https:\/\/ucthpc.uct.ac.za\/#\/schema\/person\/41f6cd039836d7741f2b82a7b7cfe8d0"},"headline":"Single particle reconstruction of Malarial gene Glutamine Synthetase","datePublished":"2012-08-03T07:50:58+00:00","dateModified":"2015-08-14T11:07:59+00:00","mainEntityOfPage":{"@id":"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/"},"wordCount":401,"publisher":{"@id":"https:\/\/ucthpc.uct.ac.za\/#organization"},"articleSection":["MPI"],"inLanguage":"en-ZA"},{"@type":"WebPage","@id":"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/","url":"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/","name":"Single particle reconstruction of Malarial gene Glutamine Synthetase - UCT HPC","isPartOf":{"@id":"https:\/\/ucthpc.uct.ac.za\/#website"},"datePublished":"2012-08-03T07:50:58+00:00","dateModified":"2015-08-14T11:07:59+00:00","breadcrumb":{"@id":"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/#breadcrumb"},"inLanguage":"en-ZA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ucthpc.uct.ac.za\/index.php\/2012\/08\/03\/single-particle-reconstruction-of-malarial-gene-glutamine-synthetase\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ucthpc.uct.ac.za\/"},{"@type":"ListItem","position":2,"name":"Single particle reconstruction of Malarial gene Glutamine Synthetase"}]},{"@type":"WebSite","@id":"https:\/\/ucthpc.uct.ac.za\/#website","url":"https:\/\/ucthpc.uct.ac.za\/","name":"UCT HPC","description":"University of Cape Town High Performance Computing","publisher":{"@id":"https:\/\/ucthpc.uct.ac.za\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ucthpc.uct.ac.za\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-ZA"},{"@type":"Organization","@id":"https:\/\/ucthpc.uct.ac.za\/#organization","name":"University of Cape Town High Performance Computing","url":"https:\/\/ucthpc.uct.ac.za\/","logo":{"@type":"ImageObject","inLanguage":"en-ZA","@id":"https:\/\/ucthpc.uct.ac.za\/#\/schema\/logo\/image\/","url":"https:\/\/ucthpc.uct.ac.za\/wp-content\/uploads\/2015\/09\/logocircless.png","contentUrl":"https:\/\/ucthpc.uct.ac.za\/wp-content\/uploads\/2015\/09\/logocircless.png","width":450,"height":423,"caption":"University of Cape Town High Performance Computing"},"image":{"@id":"https:\/\/ucthpc.uct.ac.za\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ucthpc.uct.ac.za\/#\/schema\/person\/41f6cd039836d7741f2b82a7b7cfe8d0","name":"Timothy Carr","image":{"@type":"ImageObject","inLanguage":"en-ZA","@id":"https:\/\/ucthpc.uct.ac.za\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7e94dcf3a408e6ada008042fc29d4b15?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7e94dcf3a408e6ada008042fc29d4b15?s=96&d=mm&r=g","caption":"Timothy Carr"},"sameAs":["http:\/\/ucthpc.uct.ac.za"]}]}},"_links":{"self":[{"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/posts\/929"}],"collection":[{"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/comments?post=929"}],"version-history":[{"count":3,"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/posts\/929\/revisions"}],"predecessor-version":[{"id":2152,"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/posts\/929\/revisions\/2152"}],"wp:attachment":[{"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/media?parent=929"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/categories?post=929"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ucthpc.uct.ac.za\/index.php\/wp-json\/wp\/v2\/tags?post=929"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}