We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c856e7f + 2a62c8f commit 644bb86Copy full SHA for 644bb86
1 file changed
README.md
@@ -60,6 +60,12 @@ The default log file is `ThermoRawFileParser.log`. The log settings can be chang
60
61
## Docker
62
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
69
### Basic docker
70
71
Use the `Dockerfile_basic` docker file to build an image. It fetches to source code from github and builds it.
0 commit comments