This section documents the software available on ABI's computing infrastructure, how to use it, and how to install your own tools.
All commonly used bioinformatics tools are installed globally on the cluster and available to all users. There is no module system – simply type the command name to use a tool:
# Check if a tool is available which bwa bwa --version which samtools samtools --version
If you need software that is not installed, you have two options:
~/.bashrc to keep logins fast.| Tool | Purpose | Version | Documentation |
|---|---|---|---|
| BWA | Short read alignment | *TODO* | GitHub |
| samtools | SAM/BAM manipulation | *TODO* | htslib.org |
| bcftools | Variant calling & VCF manipulation | *TODO* | docs |
| GATK | Variant discovery | *TODO* | Broad |
| FastQC | Read quality assessment | *TODO* | Babraham |
| MultiQC | Aggregate QC reports | *TODO* | multiqc.info |
| fastp | Read QC and trimming | *TODO* | GitHub |
| Bowtie2 | Short read alignment | *TODO* | docs |
| STAR | RNA-seq splice-aware alignment | *TODO* | GitHub |
| *TODO* | *Add more tools as needed* |
| Tool | Purpose | Version | Documentation |
|---|---|---|---|
| Python | General purpose / data science | *TODO* | python.org |
| TensorFlow | Deep learning framework | *TODO* | tensorflow.org |
| PyTorch | Deep learning framework | *TODO* | pytorch.org |
| *TODO* | *Add more tools as needed* |
| Tool | Purpose | Version | Documentation |
|---|---|---|---|
| Python | Scripting, data analysis, ML | *TODO* | python.org |
| R | Statistical computing | *TODO* | r-project.org |
| Conda/Miniconda | Package & environment manager | *TODO* | conda.io |
| *TODO* | *Add more as needed* |
| Tool | Purpose | Documentation |
|---|---|---|
| Slurm | Job scheduling & resource management | ABI Slurm Guide |
| SSH | Remote access | SSH Setup Guide |
| *TODO* | *Add screen, tmux, etc. if available* |
If you need software that is not available system-wide, you can install it yourself using Conda:
Note: do not let Conda add itself to your ~/.bashrc – this slows down SSH logins. See the Conda guide for the recommended setup.
To request a tool be installed system-wide for all users: