Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Perez Meza committed Nov 11, 2024
1 parent a2c34f0 commit 595ba35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ The macsima2mc.py script stages MACSima data sets for being registerd with ASHLA
The script takes as main input the path to the cycle folder that cointains the raw tiles generated by the Miltenyi-MACSima platform. macsima2mc.py reads these tiles and distributes them into acquisition groups. i.e tiles with common rack, well, ROI and exposure levels will be written into an ome.tiff file with the necessary metadata for registration. To be more precise two such ome.tiff files will be generated per cycle, one corresponds to the background signal and the other to the markers signal.

## CLI

### Required arguments
| Argument| Type| Description | Default value |
|----|----|----|---|
| -i | string/path | absolute path to the the parent folder of the raw tiles, i.e. the cycle folder whose name follows the pattern X_Cycle_N, where N represents the cycle number | NA|

### Optional arguments

- Required arguments:
- -i [string/path]: absolute path to the the parent folder of the raw tiles, i.e. the cycle folder whose name follows the pattern X_Cycle_N, where N represents the cycle number.
Expand Down

0 comments on commit 595ba35

Please sign in to comment.