annotate CSP2/conda/README.md @ 32:a12953834916

"planemo upload"
author rliterman
date Thu, 05 Dec 2024 10:47:01 -0500
parents 01431fa12065
children
rev   line source
rliterman@0 1 To use the YAML file:
rliterman@0 2
rliterman@0 3 ```
rliterman@0 4 conda env create -f environment.yaml
rliterman@0 5 conda activate csp2_env
rliterman@0 6 nextflow run CSP2.nf -profile local_multithread --cores XX --runmode XX ...
rliterman@0 7 ```