<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.csi.cuny.edu/cunyhpc/index.php?action=history&amp;feed=atom&amp;title=USEARCH</id>
	<title>USEARCH - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.csi.cuny.edu/cunyhpc/index.php?action=history&amp;feed=atom&amp;title=USEARCH"/>
	<link rel="alternate" type="text/html" href="https://wiki.csi.cuny.edu/cunyhpc/index.php?title=USEARCH&amp;action=history"/>
	<updated>2026-05-13T10:04:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://wiki.csi.cuny.edu/cunyhpc/index.php?title=USEARCH&amp;diff=107&amp;oldid=prev</id>
		<title>James: Created page with &quot;USEARCH (64 bit version)  is installed on Penzias HPC cluster. To start using USEARCH load corresponding module first: &lt;pre&gt; module load usearch   &lt;/pre&gt;   Example SLURM script that can be used to submit a job with a typical USEARCH workflow  is shown below: &lt;pre&gt; #!/bin/bash #SBATCH --partition production #SBATCH --job-name usearch_x #SBATCH --nodes=1 #SBATCH --ntasks=1   cd $SLURM_SUBMIT_DIR echo &quot;Starting...&quot; cp /share/apps/usearch/8.0.1623/sample/reads.fq ./ usearch8...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.csi.cuny.edu/cunyhpc/index.php?title=USEARCH&amp;diff=107&amp;oldid=prev"/>
		<updated>2022-10-20T20:23:30Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;USEARCH (64 bit version)  is installed on Penzias HPC cluster. To start using USEARCH load corresponding module first: &amp;lt;pre&amp;gt; module load usearch   &amp;lt;/pre&amp;gt;   Example SLURM script that can be used to submit a job with a typical USEARCH workflow  is shown below: &amp;lt;pre&amp;gt; #!/bin/bash #SBATCH --partition production #SBATCH --job-name usearch_x #SBATCH --nodes=1 #SBATCH --ntasks=1   cd $SLURM_SUBMIT_DIR echo &amp;quot;Starting...&amp;quot; cp /share/apps/usearch/8.0.1623/sample/reads.fq ./ usearch8...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;USEARCH (64 bit version)  is installed on Penzias HPC cluster. To start using USEARCH&lt;br /&gt;
load corresponding module first:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module load usearch  &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example SLURM script that can be used to submit a job with a typical USEARCH workflow &lt;br /&gt;
is shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --partition production&lt;br /&gt;
#SBATCH --job-name usearch_x&lt;br /&gt;
#SBATCH --nodes=1&lt;br /&gt;
#SBATCH --ntasks=1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cd $SLURM_SUBMIT_DIR&lt;br /&gt;
echo &amp;quot;Starting...&amp;quot;&lt;br /&gt;
cp /share/apps/usearch/8.0.1623/sample/reads.fq ./&lt;br /&gt;
usearch8.0.1623 -fastq_filter reads.fq  -fastaout reads.fa&lt;br /&gt;
usearch8.0.1623 -derep_fulllength reads.fa -fastaout derep.fa -sizeout&lt;br /&gt;
usearch8.0.1623 -sortbysize derep.fa -fastaout sorted.fa -minsize 1&lt;br /&gt;
usearch8.0.1623 -cluster_otus sorted.fa -otus otus1.fa -relabel OTU_ -sizeout -uparseout results.txt&lt;br /&gt;
echo &amp;quot;Done!&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additional USEARCH documentation may be found on [http://www.drive5.com/usearch/manual USEARCH web site].&lt;/div&gt;</summary>
		<author><name>James</name></author>
	</entry>
</feed>