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

"planemo upload"
author rliterman
date Mon, 02 Dec 2024 10:40:55 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CSP2/conda/README.md	Mon Dec 02 10:40:55 2024 -0500
@@ -0,0 +1,7 @@
+To use the YAML file:
+
+```
+conda env create -f environment.yaml
+conda activate csp2_env
+nextflow run CSP2.nf -profile local_multithread --cores XX --runmode XX ...
+```