Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vasimuddin authored Sep 4, 2024
1 parent 84ea3ac commit 3535c6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pipelines/fq2sortedbam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Setup \<inputdir\>/config.yaml (described below) with appropriate values
docker load -i fq2bam.tar ## optional, if the image is build on the same machine or is already loaded
docker run -v <inputdir>:/input <outdir>:/out <refdir>:/refdir <tempdir>:/tempdir fq2bam:latest bash run_bwa.sh sortedbam /input/config.yaml
```
Note:
\<inputdir\>: Location of the local directory containing read files read1 & read2
\<refdir\>: Location of the local directory containing reference sequence file ref
\<outdir\>: Location of the local directory for output files SAM/BAM
\<tempdir\>: Location of the local directory for temporary files (defaults to \<outdir\>)


## Use Source Code
### Installation:
Expand Down

0 comments on commit 3535c6c

Please sign in to comment.