{"id":2215,"date":"2019-02-07T12:46:10","date_gmt":"2019-02-07T12:46:10","guid":{"rendered":"http:\/\/ri.itservices.manchester.ac.uk\/csf3\/?page_id=2215"},"modified":"2019-02-07T12:49:08","modified_gmt":"2019-02-07T12:49:08","slug":"vsearch","status":"publish","type":"page","link":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/applications\/vsearch\/","title":{"rendered":"VSEARCH"},"content":{"rendered":"<h2>Overview<\/h2>\n<p>VSEARCH is a sequence analysis tool (similar to USEARCH). It supports de novo and reference based chimera detection, clustering, full-length and prefix dereplication, rereplication, reverse complementation, masking, all-vs-all pairwise global alignment, exact and global alignment searching, shuffling, subsampling and sorting. It also supports FASTQ file analysis, filtering, conversion and merging of paired-end reads.<\/p>\n<p>Versions 1.1.3 and 2.10.4 (pre-compiled 64bit binaries) are installed on the CSF. <\/p>\n<h2>Restrictions on use<\/h2>\n<p>There are no restrictions on accessing this software on the CSF. It is released in under the <a href=\"https:\/\/github.com\/torognes\/vsearch\/blob\/master\/LICENSE.txt\">GNU GPL v3<\/a> license and all use 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>To access the software you must first load <em>one<\/em> of the following modulefiles:<\/p>\n<pre>\r\nmodule load apps\/binapps\/vsearch\/2.10.4\r\nmodule load apps\/binapps\/vsearch\/1.1.3\r\n<\/pre>\n<h2>Running the application<\/h2>\n<p>Please do not run VSEARCH on the login node. Jobs should be submitted to the compute nodes via batch. You may run the following commands on the login node to get help with running the application:<\/p>\n<pre>\r\n# Display flags accepted by the executable\r\nvsearch --help\r\n\r\n# Display the manual page\r\nman vsearch\r\n<\/pre>\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 --login\r\n#$ -cwd                # Job will run from the current directory\r\n\r\n### We now load the modulefile in the jobscript, for example:\r\nmodule load apps\/binapps\/vsearch\/2.10.4\r\n\r\nvsearch -cluster_fast combined.fasta -id 0.97 -uc results.uc -centroids centroids.fasta\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 --login\r\n#$ -cwd             # Job will run from the current directory\r\n#$ -pe smp.pe 6     # Use 6 cores in smp.pe (2--32 permitted)\r\n\r\n### We now load the modulefile in the jobscript, for example:\r\nmodule load apps\/binapps\/vsearch\/2.10.4\r\n\r\n### $NSLOTS is automatically set to number of cores requested above\r\nvsearch --threads $NSLOTS -cluster_fast combined.fasta -id 0.97 -uc results.uc -centroids centroids.fasta\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\/torognes\/vsearch\/wiki\">VSEARCH Wiki<\/a> (includes example pipelines)<\/li>\n<li><a href=\"https:\/\/groups.google.com\/forum\/#!forum\/vsearch-forum\">VSEARCH Web Forum<\/a><\/li>\n<li><a href=\"https:\/\/www.ncbi.nlm.nih.gov\/pubmed\/27781170\">VSEARCH PubMed entry<\/a><\/li>\n<\/ul>\n<h2>Updates<\/h2>\n<p>None.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview VSEARCH is a sequence analysis tool (similar to USEARCH). It supports de novo and reference based chimera detection, clustering, full-length and prefix dereplication, rereplication, reverse complementation, masking, all-vs-all pairwise global alignment, exact and global alignment searching, shuffling, subsampling and sorting. It also supports FASTQ file analysis, filtering, conversion and merging of paired-end reads. Versions 1.1.3 and 2.10.4 (pre-compiled 64bit binaries) are installed on the CSF. Restrictions on use There are no restrictions on accessing.. <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/applications\/vsearch\/\">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-2215","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/2215","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=2215"}],"version-history":[{"count":3,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/2215\/revisions"}],"predecessor-version":[{"id":2218,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/2215\/revisions\/2218"}],"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=2215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}