Skip to content

Commit 644bb86

Browse files
authored
Merge pull request #32 from bgruening/patch-1
add Docker example with pre-build-Biocontainer
2 parents c856e7f + 2a62c8f commit 644bb86

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ The default log file is `ThermoRawFileParser.log`. The log settings can be chang
6060

6161
## Docker
6262

63+
Run ThermoRawFileParser simply with the pre-build biocontainer:
64+
65+
```bash
66+
docker run -i -t -v /home/user/raw:/data_input quay.io/biocontainers/thermorawfileparser:1.1.2--0 ThermoRawFileParser.sh --help
67+
```
68+
6369
### Basic docker
6470

6571
Use the `Dockerfile_basic` docker file to build an image. It fetches to source code from github and builds it.

0 commit comments

Comments
 (0)