issues
search
BlueBrain
/
morphoclass
Neuronal morphology preparation and classification using Machine Learning.
https://morphoclass.readthedocs.io
Apache License 2.0
8
stars
4
forks
source link
Add description `desc` for each DVC stage in the `dvc.yaml` file
#18
Closed
FrancescoCasalegno
closed
2 years ago
FrancescoCasalegno
commented
2 years ago
Context
Currently our
dvc.yaml
has lots of stages.
It's getting harder and harder to remember what each stage does exactly.
It would be good to have some description of each stage.
DVC has the stage entry
desc
(see
here
) that seems to address exactly this use case.
Actions
[ ] Add a
desc
to each of the stages in our DVC pipeline.
Context
dvc.yaml
has lots of stages.desc
(see here) that seems to address exactly this use case.Actions
desc
to each of the stages in our DVC pipeline.