Skip to content

lnotspotl/c3pu

Repository files navigation

c3pu

Slangin' data and shootin' the RAG.

Creating a conda environment

## Install new conda environment
cd /share/<somewhere>/conda
export CONDA_PKGS_DIRS=$(pwd)/conda_dirs
export CONDA_ENVS_PATH=$(pwd)/conda_envs
conda create --prefix $(pwd)/<env-name> python=3.11.9

## Activate conda environment
conda activate $(pwd)/<env-name>

Installing python environment

# Activate conda environment
conda activate /path/to/conda/env

# Install dependencies 
pip3 install -r requirements.txt --no-cache-dir

# Install  cache_replacement package as an interactive python module
pip3 install -e .

Protect your files from HPC garbage collector

find . -exec touch {} +

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •