We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3535c6c commit 724f90bCopy full SHA for 724f90b
pipelines/fq2sortedbam/README.md
@@ -28,7 +28,7 @@ Setup \<inputdir\>/config.yaml (described below) with appropriate values
28
### Docker run:
29
```
30
docker load -i fq2bam.tar ## optional, if the image is build on the same machine or is already loaded
31
-docker run -v <inputdir>:/input <outdir>:/out <refdir>:/refdir <tempdir>:/tempdir fq2bam:latest bash run_bwa.sh sortedbam /input/config.yaml
+docker run -v <inputdir>:/input -v <outdir>:/out -v <refdir>:/refdir -v <tempdir>:/tempdir fq2bam:latest bash run_bwa.sh sortedbam /input/config.yaml
32
33
Note:
34
\<inputdir\>: Location of the local directory containing read files read1 & read2
0 commit comments