Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArozHada authored Mar 15, 2024
1 parent 17868eb commit 91adb83
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mcmicro nf-core module for cell phenotyping using CELESTA
- Surpressing the default `save_result` output from `AssignCells()`
- Creating the desired CSV output by getting `final_cell_type_assignment`, `coords`and `marker_exp_prob` from the `CelestaObj`

### How to use CELESTA_CLI
### Usage

| Option | Description | Mandatory |
|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|
Expand All @@ -29,3 +29,10 @@ mcmicro nf-core module for cell phenotyping using CELESTA
| --index_low | Path to a 1 row .csv file (i.e., a vector) defining low thresholds for index cell identification during iteration. Examples can be found [here](https://example.com). | No |
| -o/--output | Path to the output folder. If not provided, the current working directory will be used. | No |
| -t/--title | User-defined tag used to define the project title inside the CELESTA algorithm and provided in the result .csv file. | No |

### Docker Usage

To build the container:
```
git clone
```

0 comments on commit 91adb83

Please sign in to comment.