Skip to content

Commit

Permalink
Add Janelia stats plotting stage in DVC (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCasalegno committed Apr 13, 2022
1 parent 915309a commit be021b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dvc/dvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ stages:
deps:
- data/preprocessed-${item}.csv
- data/raw/${item}/morphologies
plot-dataset-stats-janelia:
cmd: >
morphoclass -v plot-dataset-stats
--input-csv-path data/preprocessed-janelia.csv
--output-report-path reports/plot-dataset-stats/janelia.html
deps:
- data/preprocessed-janelia.csv
- data/raw/janelia/mouselight_isocortex_ASCII_Files
mcar-curation:
foreach:
- pyramidal-cells
Expand Down

0 comments on commit be021b8

Please sign in to comment.