{"id":3051,"date":"2016-06-02T13:11:21","date_gmt":"2016-06-02T13:11:21","guid":{"rendered":"http:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/?page_id=3051"},"modified":"2018-10-03T16:09:42","modified_gmt":"2018-10-03T16:09:42","slug":"pypcazip","status":"publish","type":"page","link":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/software\/applications\/pypcazip\/","title":{"rendered":"PyPcaZip"},"content":{"rendered":"<h2>Overview<\/h2>\n<p><a href=\"https:\/\/bitbucket.org\/ramonbsc\/pypcazip\/wiki\/Home\">PyPcaZip<\/a> is a package using principle component analysis to compress trajectory data. It is a re-implementation by the ExTASY project <a href=\"https:\/\/bitbucket.org\/ramonbsc\/pypcazip\/wiki\/www.extasy-project.org\">www.extasy-project.org<\/a> of the PCAZIP toolkit developed and distributed by the Laughton Group at the University of Nottingham, UK, and the Orozco group at the University of Barcelona, Spain.<\/p>\n<p>Version 1.5.1 is installed on the CSF.<\/p>\n<h2>Restrictions on use<\/h2>\n<p>There are no restrictions on accessing this software on the CSF.<\/p>\n<h2>Set up procedure<\/h2>\n<p>To access the software you must first load the modulefile:<\/p>\n<pre>\r\nmodule load apps\/binapps\/pypcazip\/1.5.1\r\n<\/pre>\n<p>This will automatically load the Anaconda Python (v2.3.0) modulefile which provides Python 2.7.10.<\/p>\n<h2>Running the application<\/h2>\n<p>Please do not run PyPcaZip on the login node. Jobs should be submitted to the compute nodes via batch. The following executables are available:<\/p>\n<pre>\r\npyPcaunzip  pyPcazip    pyPczclust  pyPczcomp   pyPczdump   pyPczplot\r\n<\/pre>\n<p>You may run the executable on the login node with the <code>--help<\/code> flag added to see a summary for command-line flags.<\/p>\n<p>Only the <code>pyPcazip<\/code> utility may be run in parallel using MPI parallelism &#8211; see below.<\/p>\n<h3>Serial batch job submission<\/h3>\n<p>Make sure you have the modulefile loaded then create a batch submission script, for example:<\/p>\n<pre>\r\n#!\/bin\/bash\r\n#$ -S \/bin\/bash\r\n#$ -cwd             # Job will run from the current directory\r\n#$ -V               # Job will inherit current environment settings\r\n\r\n## This is a serial jobscript (1 core) so turn off MPI parallelism with --nompi\r\npyPcazip --nompi -i <em>INPUT<\/em> -a <em>ALBUM<\/em> -t <em>TOPOLOGY<\/em> -o <\/em>OUTPUT<\/em>\r\n\r\n## Other tools are serial-only no \r\npyPcaunzip -t <em>TOPOLOGY<\/em> -c <em>COMPRESSED<\/em> -o <\/em>OUTPUT<\/em>\r\n<\/pre>\n<p>Submit the jobscript using: <\/p>\n<pre>qsub <em>scriptname<\/em><\/pre>\n<p>where <em>scriptname<\/em> is the name of your jobscript.<\/p>\n<h3>Parallel batch job submission<\/h3>\n<p>Only the <code>pyPcazip<\/code> utility may be run in parallel.<\/p>\n<p>Make sure you have the modulefile loaded then create a batch submission script, for example:<\/p>\n<pre>\r\n#!\/bin\/bash\r\n#$ -S \/bin\/bash\r\n#$ -cwd             # Job will run from the current directory\r\n#$ -V               # Job will inherit current environment settings\r\n#$ -pe smp.pe 4     # Single node parallel job (num cores can be 2 to 24)\r\n\r\n## $NSLOTS is automatically set to the number of cores give above\r\nmpirun -n $NSLOTS pyPcazip -i <em>INPUT<\/em> -a <em>ALBUM<\/em> -t <em>TOPOLOGY<\/em> -o <\/em>OUTPUT<\/em>\r\n\r\n<\/pre>\n<p>Submit the jobscript using: <\/p>\n<pre>qsub <em>scriptname<\/em><\/pre>\n<p>where <em>scriptname<\/em> is the name of your jobscript.<\/p>\n<h2>Further info<\/h2>\n<ul>\n<li><a href=\"https:\/\/bitbucket.org\/ramonbsc\/pypcazip\/wiki\/Home\">PyPcaZip website<\/a><\/li>\n<\/ul>\n<h2>Updates<\/h2>\n<p>None.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview PyPcaZip is a package using principle component analysis to compress trajectory data. It is a re-implementation by the ExTASY project www.extasy-project.org of the PCAZIP toolkit developed and distributed by the Laughton Group at the University of Nottingham, UK, and the Orozco group at the University of Barcelona, Spain. Version 1.5.1 is installed on the CSF. Restrictions on use There are no restrictions on accessing this software on the CSF. Set up procedure To access.. <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/software\/applications\/pypcazip\/\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":31,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3051","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/3051","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/comments?post=3051"}],"version-history":[{"count":2,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/3051\/revisions"}],"predecessor-version":[{"id":4863,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/3051\/revisions\/4863"}],"up":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/31"}],"wp:attachment":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/media?parent=3051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}