Versions Compared

Key

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

...

Code Block
[salexan5@mblog2 ~]$ conda info --envs
# conda environments:
#
base                     /apps/u/opt/linux/miniconda3/24.3.0
                         /cluster/medbow/project/arcc/salexan5/software/slim_env_4.2.2
py_env                   /home/salexan5/.conda/envs/py_env
r_env                    /project/arcc/salexan5/conda/envs/r_env
Note

This environment has not ‘name’ no name and thus you must use the full path to activate.

...

Calling the SLiM command-line

Code Block
(/cluster/medbow/project/arcc/salexan5/software/slim_env_4.2.2) [salexan5@mblog2 ~]$ conda install slim
(/cluster/medbow/project/arcc/salexan5/software/slim_env_4.2.2) [salexan5@mblog2 ~]$ slim --version
SLiM version 4.2.2, built May  5 2024 12:39:53
Git commit SHA-1: unknown (built from a non-Git source archive)

(/cluster/medbow/project/arcc/salexan5/software/slim_env_4.2.2) [salexan5@mblog2 ~]$ which slim
/cluster/medbow/project/arcc/salexan5/software/slim_env_4.2.2/bin/slim

(/cluster/medbow/project/arcc/salexan5/software/slim_env_4.2.2) [salexan5@mblog2 ~]$ conda deactivate

[salexan5@mblog2 ~]$ slim --version
bash: slim: command not found...

...