Unverified Commit 924a432a authored by Haowen Zhang's avatar Haowen Zhang Committed by GitHub
Browse files

Update README.md

parent ceaecfa1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,12 +61,12 @@ file as input and produce approximate mapping, without base-level alignment in t
```sh
chromap -x index -r ref.fa -1 query.fq -o approx-mapping.bed
```
You can ask Chromap to output alignments in the [SAM format][sam]:
You may ask Chromap to output alignments in the [SAM format][sam]:

```sh
chromap -x index -r ref.fa -1 query.fq --SAM -o alignment.sam
```
Chromap can take multiple input read files:
But note that one of the motivations to develop Chromap is to bypass the processing of SAM files which can be slow. Thus generating the output in SAM format is not preferred and should be avoided when possible. Chromap can take multiple input read files:

```sh
chromap -x index -r ref.fa -1 query1.fq,query2.fq,query3.fq --SAM -o alignment.sam