rliterman@0: To use the YAML file: rliterman@0: rliterman@0: ``` rliterman@0: conda env create -f environment.yaml rliterman@0: conda activate csp2_env rliterman@0: nextflow run CSP2.nf -profile local_multithread --cores XX --runmode XX ... rliterman@0: ```