Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edasubert committed Jul 24, 2023
1 parent 52efa4a commit 8b55b1e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 0.2.0
-------------

NSETM-2196 - Update atlas-density creation to be more universal
* Update the probability map to support regions
* Simplify the create-from-probability-map API


Version 0.1.4
-------------

Expand Down
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,15 @@ mapping csv file (see also `mtypes_probability_map_config.yaml`_).

.. code-block:: bash
DATA=atlas-densities/atlas_densities/app/data
atlas-densities mtype-densities create-from-probability-map \
--hierarchy-path=data/1.json \
--annotation-path=data/ccfv2/annotation_25.nrrd \
--metadata-path=$DATA/metadata/isocortex_23_metadata.json \
--mtypes-config-path=$DATA/mtypes/mtypes_probability_map_config.yaml \
--probability-map data/probability_map.csv \
--marker gad67 data/molecular_densities/gad67.nrrd \
--marker pv data/molecular_densities/pv.nrrd \
--marker sst data/molecular_densities/sst.nrrd \
--marker vip data/molecular_densities/vip.nrrd \
--marker approx_lamp5 data/molecular_densities/approx_lamp5.nrrd \
--output-dir=data/ccfv2/me-types/
Subdivide excitatory files into pyramidal subtypes
Expand Down

0 comments on commit 8b55b1e

Please sign in to comment.