{"id":4678,"date":"2018-05-08T13:13:12","date_gmt":"2018-05-08T13:13:12","guid":{"rendered":"http:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/?page_id=4678"},"modified":"2018-05-08T13:45:56","modified_gmt":"2018-05-08T13:45:56","slug":"emirge","status":"publish","type":"page","link":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/software\/applications\/emirge\/","title":{"rendered":"EMIRGE"},"content":{"rendered":"<h2>Overview<\/h2>\n<p><a href=\"https:\/\/github.com\/csmiller\/EMIRGE\">EMIRGE<\/a> is a program to reconstruct full length ribosomal genes from short read sequencing data.  In the process, it also provides estimates of the sequences&#8217; abundances.<\/p>\n<p>Version 0.61.1 is installed on the CSF. This will use python 2.7 provided by Anaconda Python 2.5.0.<\/p>\n<p>EMIRGE will use the <code>usearch<\/code> application installed on the CSF. Please follow the link to the <a href=\"\/csf-apps\/software\/applications\/usearch\">CSF usearch page<\/a> to see how to obtain access to this restricted application.<\/p>\n<h2>Restrictions on use<\/h2>\n<p>There are no restrictions on accessing the software on the CSF. It is released under the GPL v3 license and all usage should fall within that <a href=\"https:\/\/github.com\/csmiller\/EMIRGE\/blob\/master\/README.txt\">license<\/a>.<\/p>\n<p>Please cite your usage of this software in your research by citing the references listed in the <a href=\"https:\/\/github.com\/csmiller\/EMIRGE\">EMIRGE github page<\/a>.<\/p>\n<h2>Set up procedure<\/h2>\n<p>To access the software you must first load <em>one<\/em> of the <code>usearch<\/code> modulefiles and then the emirge modulefile:<\/p>\n<pre>\r\n# If using emirge.py or emirge_amplicon.py load <strong>one<\/strong> of the usearch modulefiles first:\r\nmodule load apps\/binapps\/usearch\/6.1.544\r\nmodule load apps\/binapps\/usearch\/8.0.1623\r\n\r\n# If using emirge_makedb.py load the vsearch and bowtie modulefiles first:\r\nmodule load apps\/binapps\/vsearch\/1.1.3\r\nmodule load apps\/binapps\/bowtie\/0.12.9\r\n\r\n# Then load the emirge modulefile\r\nmodule load apps\/gcc\/python-packages\/anaconda-2.5.0\/emirge\/0.61.1\r\n<\/pre>\n<p>You may run the following command on the login node to check the flags\/switches that the application requires:<\/p>\n<pre>\r\nemirge.py --help\r\n<\/pre>\n<p>The following executables are available (which all accept the <code>--help<\/code> flag):<\/p>\n<pre>\r\nemirge_amplicon.py\r\nemirge_makedb.py\r\nemirge.py\r\nemirge_rename_fasta.py\r\n<\/pre>\n<p>You <em>must<\/em> run the application via a batch script when processing data.<\/p>\n<h2>Running the application<\/h2>\n<p>Please do not run emirge on the login node. Jobs should be submitted to the compute nodes via batch.<\/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# $NSLOTS will be set to 1 (for 1 core) in a serial job\r\nemirge.py -a $NSLOTS <em>args...<\/em>\r\nemirge_amplicon.py -a $NSLOTS <em>args...<\/em>\r\nemirge_makedb.py -p $NSLOTS <em>args...<\/em>     # Note -p flag (not -a)\r\nemirge_rename_fasta.py <em>args...<\/em>          # This is a serial app\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>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 8     # Number of cores (2-24 permitted)\r\n\r\n# $NSLOTS will be set to the number of cores given on the -pe line above:\r\nemirge.py -a $NSLOTS <em>args...<\/em>\r\nemirge_amplicon.py -a $NSLOTS <em>args...<\/em>\r\nemirge_makedb.py -p $NSLOTS <em>args...<\/em>     # Note -p flag (not -a)\r\nemirge_rename_fasta.py <em>args...<\/em>          # This is a serial app\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:\/\/github.com\/csmiller\/EMIRGE\">EMIRGE website<\/a><\/li>\n<\/ul>\n<h2>Updates<\/h2>\n<p>None.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview EMIRGE is a program to reconstruct full length ribosomal genes from short read sequencing data. In the process, it also provides estimates of the sequences&#8217; abundances. Version 0.61.1 is installed on the CSF. This will use python 2.7 provided by Anaconda Python 2.5.0. EMIRGE will use the usearch application installed on the CSF. Please follow the link to the CSF usearch page to see how to obtain access to this restricted application. Restrictions on.. <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/software\/applications\/emirge\/\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":15,"featured_media":0,"parent":31,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4678","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/4678","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\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/comments?post=4678"}],"version-history":[{"count":4,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/4678\/revisions"}],"predecessor-version":[{"id":4683,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/4678\/revisions\/4683"}],"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=4678"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}