Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#6)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.4](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.4)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 11, 2023
1 parent 058cc24 commit eba131f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
'\Whttps?://\S*',
]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
rev: "v4.0.0-alpha.4"
hooks:
- id: prettier
args: [--config, .meta/prettierrc.yml]
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Requires a Java JRE `>= 8`. Download a jar from the Releases, then run with

Required arguments:

- `-a` / `--anon-script`: Path to a CTP DICOM anonymizer script file. Samples
can be found
[here](https://github.com/johnperry/CTP/tree/master/source/files/profiles/dicom)
- `-s` / `--sr-anon-tool`: Path to the
[SRAnonTool](https://github.com/SMI/SmiServices/tree/master/src/applications/SRAnonTool)
- `-a` / `--anon-script`: Path to a CTP DICOM anonymizer script file. Samples
can be found
[here](https://github.com/johnperry/CTP/tree/master/source/files/profiles/dicom)
- `-s` / `--sr-anon-tool`: Path to the
[SRAnonTool](https://github.com/SMI/SmiServices/tree/master/src/applications/SRAnonTool)

Optional arguments:

- `-d` / `--daemonize`: Run as a daemon and wait for files to process
- `-d` / `--daemonize`: Run as a daemon and wait for files to process

To anonymise a single file:

Expand All @@ -50,10 +50,10 @@ process.

Requirements:

- Java 8 JDK
- Maven
- Java 8 JDK
- Maven

TODO:

- Github maven repo setup
- ctp-anon-minimal dependencies
- Github maven repo setup
- ctp-anon-minimal dependencies

0 comments on commit eba131f

Please sign in to comment.