Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
micahvista authored Oct 1, 2024
1 parent 219620f commit 44e090b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Installation
Usage
----------------------

Map long genomic reads:
#Map long genomic reads:

vacmap -ref /ref.fasta -read /read.fasta -mode S -t 8 | samtools sort -@4 > alignments.sorted.bam
samtools index -@4 alignments.sorted.bam

Map assembly:
#Map assembly:

vacmap -ref /ref.fasta -read /read.fasta -mode ams -t 8 -workdir /home/usr/workdir/ --H --fakecigar | samtools sort -@4 > alignments.sorted.bam
samtools index -@4 alignments.sorted.bam
Expand All @@ -34,7 +34,7 @@ Usage

-ref The path of reference sequence.
-read The path of long reads.
-t The number of threads to use.
-t The number of threads to use. (Note: In asm mode, using fewer threads results in lower memory usage.)
-workdir For asm mode, store temporary data. If the folder not existexist, VACmap will create it automatically.

Parameter
Expand Down

0 comments on commit 44e090b

Please sign in to comment.