All public logs

Jump to navigation Jump to search

Combined display of all available logs of HPCC Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:23, 20 October 2022 James talk contribs created page USEARCH (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...")