USEARCH: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    20 October 2022

    • curprev 20:2320:23, 20 October 2022James talk contribs 892 bytes +892 Created page with "USEARCH (64 bit version) is installed on Penzias HPC cluster. To start using USEARCH load corresponding module first: <pre> module load usearch </pre> Example SLURM script that can be used to submit a job with a typical USEARCH workflow is shown below: <pre> #!/bin/bash #SBATCH --partition production #SBATCH --job-name usearch_x #SBATCH --nodes=1 #SBATCH --ntasks=1 cd $SLURM_SUBMIT_DIR echo "Starting..." cp /share/apps/usearch/8.0.1623/sample/reads.fq ./ usearch8..."