{"id":4610,"date":"2018-03-19T15:45:10","date_gmt":"2018-03-19T15:45:10","guid":{"rendered":"http:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/?page_id=4610"},"modified":"2018-03-19T17:29:08","modified_gmt":"2018-03-19T17:29:08","slug":"megahit","status":"publish","type":"page","link":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/software\/applications\/megahit\/","title":{"rendered":"MEGAHIT"},"content":{"rendered":"<h2>Overview<\/h2>\n<p><a href=\"https:\/\/github.com\/voutcn\/megahit\">MEGAHIT<\/a> is an ultra-fast single-node solution for large and complex metagenomics assembly via succinct de Bruijn graph.<\/p>\n<p>Version 1.1.3 is installed on the CSF.<\/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 GPU GPLv3 license and all usage must adhere to this license.<\/p>\n<p>Please cite your usage of MEGAHIT using the <a href=\"https:\/\/github.com\/voutcn\/megahit\/tree\/v1.1.3#citing-megahit\">citation instructions<\/a>.<\/p>\n<h2>Set up procedure<\/h2>\n<p>To access the software you must first load the modulefile:<\/p>\n<pre>\r\n# CPU-only executables\r\nmodule load apps\/gcc\/megahit\/1.1.3\r\n\r\n# CPU executables and GPU version of megahit_sdbg_build named megahit_sdbg_build_gpu.\r\n# This will load automatically the CUDA modulefile.\r\nmodule load apps\/gcc\/megahit\/1.1.3-gpu\r\n<\/pre>\n<h2>Running the application<\/h2>\n<p>Please do not run megahit 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#$ -cwd             # Job will run from the current directory\r\n#$ -V               # Job will inherit current environment settings\r\n\r\n# $NSLOTS is automatically set to the number of cores (1 for a serial job)\r\nmegahit -t $NSLOTS <em>args...<\/em> -o <em>out_dir<\/em>\r\n                                 #\r\n                                 # If an output directory name is not given megahit will\r\n                                 # use 'megahit_out'. You should use a unique name if\r\n                                 # running more than one job in the same directory and you\r\n                                 # can use $JOB_ID to use the current job's unique number.\r\n                                 # For example: my_output_dir.$JOB_ID \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#$ -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 (can be 2--24).\r\n\r\n# $NSLOTS is automatically set to the number of cores given above\r\nmegahit -t $NSLOTS <em>args...<\/em> -o <em>out_dir<\/em>\r\n                                 #\r\n                                 # If an output directory name is not given megahit will\r\n                                 # use 'megahit_out'. You should use a unique name if\r\n                                 # running more than one job in the same directory and you\r\n                                 # can use $JOB_ID to use the current job's unique number.\r\n                                 # For example: my_output_dir.$JOB_ID \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\/voutcn\/megahit\">MEGAHIT website<\/a><\/li>\n<\/ul>\n<h2>Updates<\/h2>\n<p>None.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview MEGAHIT is an ultra-fast single-node solution for large and complex metagenomics assembly via succinct de Bruijn graph. Version 1.1.3 is installed on the CSF. Restrictions on use There are no restrictions on accessing the software on the CSF. It is released under the GPU GPLv3 license and all usage must adhere to this license. Please cite your usage of MEGAHIT using the citation instructions. Set up procedure To access the software you must first.. <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/software\/applications\/megahit\/\">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-4610","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/4610","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=4610"}],"version-history":[{"count":4,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/4610\/revisions"}],"predecessor-version":[{"id":4617,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/4610\/revisions\/4617"}],"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=4610"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}