User Tools

Site Tools


integron-finder-software

This is an old revision of the document!


integron-finder

Bioinformatics tool to find integrons in bacterial genomes.

Information

Usage

See which versions are available:

$ module avail integron-finder

Load one version into your environment and run it:

$ module load integron-finder/2.0.2
$ integron_finder

Note: you can control the number of CPU threads used with the –cpu option. Please make sure to match this with the number of threads you specified in your SLURM SBATCH allocation.

Installation

Notes from the sysadmin during installation:

$ sudo mkdir -p /export/apps/integron-finder/2.0.2
$ sudo chown aorth /export/apps/integron-finder/2.0.2
$ module load python/3.9
$ python -m venv /export/apps/integron-finder/2.0.2
$ source /export/apps/integron-finder/2.0.2/bin/activate
$ pip install integron_finder==2.0.2
$ sudo chown -R root:root /export/apps/integron-finder/2.0.2
integron-finder-software.1699444081.txt.gz · Last modified: 2023/11/08 11:48 by aorth