Skip to content

Instantly share code, notes, and snippets.

@MVesuviusC
Last active June 27, 2023 20:05
Show Gist options
  • Save MVesuviusC/8699d9c61e564af8f5f565f59e804e23 to your computer and use it in GitHub Desktop.
Save MVesuviusC/8699d9c61e564af8f5f565f59e804e23 to your computer and use it in GitHub Desktop.
conda environments bits
conda environments
export PATH="/gpfs0/export/apps/easybuild/software/Miniconda3/4.7.10/bin:$PATH"
Package from: https://github.com/PacificBiosciences/pbbioconda
conda create -n isoseq python=2.7
eval "$(conda shell.bash hook)"
conda activate isoseq
conda install -n isoseq -c bioconda isoseq
conda install -n isoseq -c bioconda lima
isoseq3 --help
# Tell conda not to automatically turn itself on!
conda config --set auto_activate_base false
# Use a conda environment inside of a sbatch file
ml load Miniconda3/4.9.2
eval "$(conda shell.bash hook)"
conda activate conda_env_name_here_yo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment