Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titlecluster.sge
#!/bin/sh
#$ -N clustering
#$ -pe *mpisingle 8
#$ -cwd
#$ -l memory=5

module load bioinfo/DIAMOND/2.1.6

diamond cluster -d astral-scopedom-seqres-gd-sel-gs-bib-95-2.07.fa -o clusters.tsv --approx-id 40 -M 40G --header --threads $NSLOTS

Instalacija:

Code Block
languagebash
titlemamba
source /apps/mambaforge/mamba/bin/activate
mamba create -p /apps/virtenv/DIAMOND/2.1.6 -c bioconda diamond

...