comparison CSP2/conda/README.md @ 0:01431fa12065

"planemo upload"
author rliterman
date Mon, 02 Dec 2024 10:40:55 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:01431fa12065
1 To use the YAML file:
2
3 ```
4 conda env create -f environment.yaml
5 conda activate csp2_env
6 nextflow run CSP2.nf -profile local_multithread --cores XX --runmode XX ...
7 ```