{"id":3002,"date":"2019-04-04T11:16:34","date_gmt":"2019-04-04T10:16:34","guid":{"rendered":"http:\/\/ri.itservices.manchester.ac.uk\/csf3\/?page_id=3002"},"modified":"2019-06-28T12:21:34","modified_gmt":"2019-06-28T11:21:34","slug":"maxbin","status":"publish","type":"page","link":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/applications\/maxbin\/","title":{"rendered":"MaxBin"},"content":{"rendered":"<h2>Overview<\/h2>\n<p><a href=\"https:\/\/sourceforge.net\/projects\/maxbin2\/\">MaxBin2<\/a> is a program for binning assembled metagenomic sequences based on an Expectation-Maximization algorithm.<\/p>\n<p>Version 2.2.5 is installed on the CSF. Please note that the application incorrectly reports itself as version 2.2.4. This may be corrected in a future release but this is definitely version 2.2.5.<\/p>\n<p>It was compiled with the default GCC 4.8.5 compiler.<\/p>\n<p>The auxiliary applications provided by MaxBin (IDBA-UD v1.1.1, HMMER3 v3.1b1, Bowtie2 v2.2.3, FragGeneScan v1.30) have been installed. While some of these already exists on the CSF (available via other modulefiles) the versions used by MaxBin are installed within the MaxBin installation and no further modulefiles are required. Depending which modulefile you load you may be able to run these applications <em>manually<\/em> in your jobs, outside of MaxBin (see below for the modulefiles). MaxBin itself will always be able to run these applications.<\/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 ?BSD license and any use should fall within the restrictions of that license. Please see the <code>$MAXBINDIR\/License<\/code> text file on the CSF.<\/p>\n<h2>Set up procedure<\/h2>\n<p>We now recommend loading modulefiles within your jobscript so that you have a full record of how the job was run. See the example jobscript below for how to do this. Alternatively, you may load modulefiles on the login node and let the job <abbr title=\"add '#$ -V' to your jobscript\">inherit these settings<\/abbr>.<\/p>\n<p>Load one of the following modulefiles:<\/p>\n<pre>\r\nmodule load apps\/gcc\/maxbin\/2.2.5        # You <em>can<\/em> run the external apps (IDBA etc) <em>manually<\/em>\r\n\r\nmodule load apps\/gcc\/maxbin\/2.2.5-noext  # You CANNOT run the external apps (IDBA etc) <em>manually<\/em>\r\n                                         # But MaxBin can still run them.\r\n<\/pre>\n<h2>Running the application<\/h2>\n<p>Please do not run MaxBin on the login node. Jobs should be submitted to the compute nodes via batch.<\/p>\n<p>You may run the command without any args on the login node to display the help text:<\/p>\n<pre>\r\nrun_MaxBin.pl\r\n<\/pre>\n<p>This will display various flags\/options:<\/p>\n<pre>\r\nUsage:\r\n  run_MaxBin.pl\r\n    -contig (contig file)\r\n    -out (output file)\r\n  ...\r\n<\/pre>\n<h3>Serial batch job submission<\/h3>\n<p>Create a batch submission script (which will load the modulefile in the jobscript), for example:<\/p>\n<pre>\r\n#!\/bin\/bash --login\r\n#$ -cwd             # Job will run from the current directory\r\n                    # NO -V line - we load modulefiles in the jobscript\r\n\r\nmodule load apps\/gcc\/maxbin\/2.2.5\r\n\r\n# $NSLOTS is automatically set to 1 in a serial job\r\nrun_MaxBin.pl -thread $NSLOTS -contig <em>contig_gile<\/em> -out <em>output_file<\/em> <em>other args...<\/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>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#$ -pe smp.pe 8     # Number of cores (2-32 permitted)\r\n\r\nmodule load apps\/gcc\/maxbin\/2.2.5\r\n\r\n# $NSLOTS is automatically set to the number of cores requested above\r\nrun_MaxBin.pl -thread $NSLOTS -contig <em>contig_gile<\/em> -out <em>output_file<\/em> <em>other args...<\/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<h2>Further info<\/h2>\n<ul>\n<li><a href=\"https:\/\/sourceforge.net\/projects\/maxbin2\/\">MaxBin website<\/a><\/li>\n<\/ul>\n<h2>Updates<\/h2>\n<p>None.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview MaxBin2 is a program for binning assembled metagenomic sequences based on an Expectation-Maximization algorithm. Version 2.2.5 is installed on the CSF. Please note that the application incorrectly reports itself as version 2.2.4. This may be corrected in a future release but this is definitely version 2.2.5. It was compiled with the default GCC 4.8.5 compiler. The auxiliary applications provided by MaxBin (IDBA-UD v1.1.1, HMMER3 v3.1b1, Bowtie2 v2.2.3, FragGeneScan v1.30) have been installed. While some.. <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/applications\/maxbin\/\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":86,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3002","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/3002","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/comments?post=3002"}],"version-history":[{"count":5,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/3002\/revisions"}],"predecessor-version":[{"id":3551,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/3002\/revisions\/3551"}],"up":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/86"}],"wp:attachment":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/media?parent=3002"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}