{"id":4074,"date":"2019-09-30T11:51:39","date_gmt":"2019-09-30T10:51:39","guid":{"rendered":"http:\/\/ri.itservices.manchester.ac.uk\/csf3\/?page_id=4074"},"modified":"2019-09-30T14:16:48","modified_gmt":"2019-09-30T13:16:48","slug":"star","status":"publish","type":"page","link":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/applications\/star\/","title":{"rendered":"STAR"},"content":{"rendered":"<h2>Overview<\/h2>\n<p><a href=\"https:\/\/github.com\/alexdobin\/STAR\">STAR<\/a> is a program to perform Spliced Transcripts Alignment to a Reference<\/p>\n<p>Versions 2.4.2a, 2.5.1a, 2.5.3a and 2.7.2b are 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 <a href=\"https:\/\/github.com\/alexdobin\/STAR\/blob\/master\/LICENSE\">MIT License<\/a> and all usage must adhere to that license.<\/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\n# Please note the different modulefile paths between versions!\r\n\r\n# Load <strong>one<\/strong> of the following modulefiles\r\nmodule load apps\/binapps\/star\/2.7.2b             # Also provides STARlong for long reads\r\n\r\nmodule load apps\/intel-18.0\/star\/2.7.2b          # Intel compiler version (might be faster\r\n                                                 # than the <em>binapps<\/em> pre-compiled version)\r\n                                                 # Also provides STARlong for long reads\r\n\r\nmodule load apps\/star\/2.5.3a                     # ONLY provides STAR\r\n\r\n# These older versions and 'long reads' versions require you to first load:\r\nmodule load apps\/bioinf\r\n\r\n# Then you can load one of:\r\nmodule load apps\/star\/2.5.1a           # ONLY provides STAR\r\nmodule load apps\/star\/2.4.2a           # ONLY provides STAR\r\n\r\nmodule load apps\/star_long\/2.5.3a      # ONLY provides STARlong\r\nmodule load apps\/star_long\/2.4.2a      # ONLY provides STARlong\r\n\r\n<\/pre>\n<h2>Running the application<\/h2>\n<p>Please do not run STAR on the login node. Jobs should be submitted to the compute nodes via batch.<\/p>\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\n# Load the modulefile for the version you require\r\nmodule load apps\/binapps\/star\/2.7.2b\r\n\r\n# $NSLOTS will be set to the number of cores requested (or 1 for a serial job)\r\nSTAR --runThreadN $NSLOTS --genomeDir <em>REFERENCE<\/em> --readFilesIn <em>R1.fq R2.fq<\/em>\r\n  #\r\n  # Use STARlong for 'long reads' version\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>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#$ -pe smp.pe 8     # Number of cores (can be 2--32)\r\n\r\n# Load the modulefile for the version you require\r\nmodule load apps\/binapps\/star\/2.7.2b\r\n\r\n# $NSLOTS will be set to the number of cores requested (or 1 for a serial job)\r\nSTAR --runThreadN $NSLOTS --genomeDir <em>REFERENCE<\/em> --readFilesIn <em>R1.fq R2.fq<\/em>\r\n  #\r\n  # Use STARlong for 'long reads' version\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\/alexdobin\/STAR\">STAR Github website<\/a><\/li>\n<\/ul>\n<h2>Updates<\/h2>\n<p>None.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview STAR is a program to perform Spliced Transcripts Alignment to a Reference Versions 2.4.2a, 2.5.1a, 2.5.3a and 2.7.2b are installed on the CSF. Restrictions on use There are no restrictions on accessing the software on the CSF. It is released under the MIT License and all usage must adhere to that license. Set up procedure We now recommend loading modulefiles within your jobscript so that you have a full record of how the job.. <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/applications\/star\/\">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-4074","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/4074","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=4074"}],"version-history":[{"count":9,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/4074\/revisions"}],"predecessor-version":[{"id":4090,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/4074\/revisions\/4090"}],"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=4074"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}