The plain wrapper command already runs the STAR pipeline. Leave the --pipeline flag out unless the project lead asks for a specific one.

Run one batch

Commands only: install once, drop notes into input/batch1, run the wrapper.

Wrapper map

What the one command actually does: pipelines, dictionary XML, writers, outputs, manifests.

Fast run

1

Install once

git clone https://codeberg.org/editnori/Ctakes_USD.git
cd Ctakes_USD

bash scripts/setup.sh
bash scripts/flight_check.sh
2

Put notes in a batch folder

mkdir -p input/batch1
cp /path/to/site/notes/*.txt input/batch1/
3

Run cTAKES

bash scripts/run_pipeline.sh -i input/batch1 -o outputs/batch1
4

Check the output

outputs/batch1/annotations.sqlite
outputs/batch1/run_manifest.json
outputs/batch1/run_pipeline.log

Output files

FileUse
annotations.sqliteResults database.
run_manifest.jsonRun receipt with pipeline, dictionary, wrapper, Java, and output metadata.
run_pipeline.logFile to send if the run fails.

More detail