You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.docker.com/)
11
11
[](https://sylabs.io/docs/)
@@ -59,6 +59,16 @@ nextflow run nf-cmgg/preprocessing \
59
59
> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_;
60
60
> see [docs](https://nf-co.re/usage/configuration#custom-configuration-files).
61
61
62
+
## Development environment
63
+
64
+
A [pixi](https://pixi.prefix.dev/latest/) development environment is available for this pipeline. Run the following command to install the environment:
65
+
66
+
```
67
+
pixi install
68
+
```
69
+
70
+
Then run `pixi shell` to enter the environment and start developing.
71
+
62
72
## Credits
63
73
64
74
nf-cmgg/preprocessing was originally written by the CMGG ICT team.
0 commit comments