Skip to content

Commit

Permalink
Update ReadMapping.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jueneman committed Sep 26, 2019
1 parent a08bbf1 commit 46e162d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/read_qc/ReadMapping.rst
Expand Up @@ -139,8 +139,8 @@ First, we convert the SAM files into BAM format and sort them::

Then we can run **qualimap** on those BAM files now::
qualimap bamqc -bam ~/workdir/map_to_ref/nanopore.graphmap.sorted.bam -nw 5000 -nt 14 -outdir ~/workdir/map_to_ref/nanopore.graphmap
qualimap bamqc -bam ~/workdir/map_to_ref/illumina.bwa.sorted.bam -nw 5000 -nt 14 -outdir ~/workdir/map_to_ref/illumina.graphmap
qualimap bamqc -bam ~/workdir/map_to_ref/nanopore.graphmap.sorted.bam -nw 5000 -nt 14 -c -outdir ~/workdir/map_to_ref/nanopore.graphmap
qualimap bamqc -bam ~/workdir/map_to_ref/illumina.bwa.sorted.bam -nw 5000 -nt 14 -c -outdir ~/workdir/map_to_ref/illumina.graphmap

Qualimap can also be run interactively.

Expand Down

0 comments on commit 46e162d

Please sign in to comment.