Skip to content

Commit

Permalink
update readme to include assay
Browse files Browse the repository at this point in the history
  • Loading branch information
Gesmira committed Jan 29, 2024
1 parent 42cd15b commit b8450ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ runtime; we recommend Docker and the ``cwltool`` reference implementation.
recent Python environment with ``pip install cwltool``. Afterward, clone this
repository, check out a tag, and invoke the pipeline as::
```
cwltool pipeline.cwl --matrix EXPR_H5AD --reference REFERENCE --secondary-analysis-matrix SECONDARY_ANALYSIS_H5AD
cwltool pipeline.cwl --matrix EXPR_H5AD --reference REFERENCE --secondary-analysis-matrix SECONDARY_ANALYSIS_H5AD --assay ASSAY
```
The supported values for ``--reference`` are ``RK``, ``LK``, ``RL``, ``LL``, ``HT``. These two character codes indicate the side the organ was derived from (if applicable) and the organ type (kidney, lung, or heart). If the value for ``--reference`` doesn't match one of the five options, the workflow will run without performing annotation.
The supported values for ``--reference`` are ``RK``, ``LK``, ``RL``, ``LL``, ``HT``. These two character codes indicate the side the organ was derived from (if applicable) and the organ type (kidney, lung, or heart). If the value for ``--reference`` doesn't match one of the five options, the workflow will run without performing annotation.
The supported values for ``--assay`` are included [here](https://github.com/hubmapconsortium/expr-h5ad-adjust/blob/main/bin/expr_h5ad_adjust.py).

Azimuth to Cell Ontology Mapping
-------------------------
Expand Down

0 comments on commit b8450ae

Please sign in to comment.