Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 authored Oct 24, 2023
1 parent 8ff2faf commit ae6c524
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apptainer exec docker://fnndsc/pl-dicom_filter dicom_filter --help

## Examples

`dicom_unpack` requires two positional arguments: a directory containing
`dicom_filter` requires two positional arguments: a directory containing
input data, and a directory where to create output data.
First, create the input directory and move input data into it.

Expand All @@ -53,7 +53,7 @@ Instructions for developers.
Build a local container image:

```shell
docker build -t localhost/fnndsc/pl-dicom_unpack .
docker build -t localhost/fnndsc/pl-dicom_filter .
```

### Running
Expand Down Expand Up @@ -85,7 +85,7 @@ This section is about how to do those steps manually.

### Increase Version Number

Increase the version number in `setup.py` and commit this file.
Increase the version number in `dicom_filter.py` and commit this file.

### Push Container Image

Expand Down

0 comments on commit ae6c524

Please sign in to comment.