We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e9ee6 commit 2a62c8fCopy full SHA for 2a62c8f
1 file changed
README.md
@@ -56,6 +56,12 @@ The default log file is `ThermoRawFileParser.log`. The log settings can be chang
56
57
## Docker
58
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
65
### Basic docker
66
67
Use the `Dockerfile_basic` docker file to build an image. It fetches to source code from github and builds it.
0 commit comments