Conda/Mamba modules
Conda/Mamba are open-source package management and environment management systems that is commonly used in the Python programming ecosystem.
Conda/Mamba allows you to easily install, update, and manage software packages and libraries, including Python packages, data science libraries, and various dependencies. It handles package dependencies and ensures that software is compatible with your environment. Their syntax is basically the same.
Conda/Mamba enables you to create isolated environments, where you can work on different projects with different sets of packages and dependencies without conflicts. This helps in maintaining a clean and organized development environment.
We encourage users to use `mambaforge` in preference to `conda-modules`.
Warning
Usage
Use existing environment
The basic commands are:
Install new environment
See How to install Conda/Mamba packages.
Environment-specific notes
fast-bonito_v0.2.2_py3.7
User must specify absolute paths to the python script basecaller.py
and to the model file batchsize200_chunksize6000.pb
:
ffpenv
megalodon
Prepared with Guppy 5.0.15 (CPU and GPU versions) placed in /software/conda-modules/5.3.1/envs/megalodon/bin/ont-guppy-cpu
and /software/conda-modules/5.3.1/envs/megalodon/bin/ont-guppy-gpu
.
You should accept ONT licence.
GPU version requires CUDA capability 6.0 and higher (PBS parameter gpu_cap=cuda60
).
tedensity_v0.9.1_py3.8
Call the main python script process_genome.py
with an absolute path: python /software/conda-modules/5.3.1/envs/tedensity_v0.9.1_py3.8/TE_Density/process_genome.py
.
Last updated on