File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,18 @@ This creates an environment with GPU support by default. For CPU-only use:
2323$ pixi install -e cpu
2424```
2525
26- You can then run commands via ` pixi run ` or activate the environment with ` pixi shell ` .
26+ To use ReLERNN, either activate the environment or prefix commands with ` pixi run ` :
27+
28+ ``` bash
29+ # Option 1: activate the environment, then run commands directly
30+ $ pixi shell
31+ $ ReLERNN_SIMULATE --vcf input.vcf --genome genome.bed --projectDir ./output/ ...
32+
33+ # Option 2: prefix each command with pixi run
34+ $ pixi run ReLERNN_SIMULATE --vcf input.vcf --genome genome.bed --projectDir ./output/ ...
35+ ```
36+
37+ All examples below show bare commands and assume an activated environment.
2738
2839## Testing ReLERNN
2940An example VCF file (5 contigs; 10 haploid chromosomes) and a shell script for running ReLERNN's four modules is located in ` $/ReLERNN/examples ` .
You can’t perform that action at this time.
0 commit comments