Changes between Version 1 and Version 2 of SOPs/creatingVirtualEnvs
- Timestamp:
- 02/04/25 09:34:24 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/creatingVirtualEnvs
v1 v2 32 32 33 33 {{{ 34 conda activate RNAseq_2024a 34 35 conda install -c bioconda STAR=2.7.11b 35 conda activate RNAseq_BaRC_2024122036 36 conda install -c bioconda multiqc=1.25.2 37 37 conda install -c bioconda fastqc=0.12.1 … … 58 58 Save the environment 59 59 60 '''conda env export > RNAseq_ BaRC_20241219.environment.yml'''60 '''conda env export > RNAseq_2024a.environment.yml''' 61 61 62 62 Someone else should be able to create new environment from this YAML file 63 63 64 '''conda env create -f RNAseq_ BaRC_20241219.environment.yml'''64 '''conda env create -f RNAseq_2024a.environment.yml''' 65 65 66 66 Remove a problem piece of software from the environment