Skip to content

Commit 2a62c8f

Browse files
authored
add Docker example with pre-build-Biocontainer
1 parent 84e9ee6 commit 2a62c8f

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
@@ -56,6 +56,12 @@ The default log file is `ThermoRawFileParser.log`. The log settings can be chang
5656

5757
## Docker
5858

59+
Run ThermoRawFileParser simply with the pre-build biocontainer:
60+
61+
```bash
62+
docker run -i -t -v /home/user/raw:/data_input quay.io/biocontainers/thermorawfileparser:1.1.2--0 ThermoRawFileParser.sh --help
63+
```
64+
5965
### Basic docker
6066

6167
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)