Changes between Version 1 and Version 2 of SOPs/creatingVirtualEnvs


Ignore:
Timestamp:
02/04/25 09:34:24 (3 weeks ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/creatingVirtualEnvs

    v1 v2  
    3232
    3333{{{
     34conda activate RNAseq_2024a
    3435conda install -c bioconda STAR=2.7.11b
    35 conda activate RNAseq_BaRC_20241220
    3636conda install -c bioconda multiqc=1.25.2
    3737conda install -c bioconda fastqc=0.12.1
     
    5858Save the environment
    5959
    60     '''conda env export > RNAseq_BaRC_20241219.environment.yml'''
     60    '''conda env export > RNAseq_2024a.environment.yml'''
    6161
    6262Someone else should be able to create new environment from this YAML file
    6363
    64     '''conda env create -f RNAseq_BaRC_20241219.environment.yml'''
     64    '''conda env create -f RNAseq_2024a.environment.yml'''
    6565
    6666Remove a problem piece of software from the environment