Update README.md

The 'Illumina paired-end reads no longer than ~70bp' example should use sampe instead of samse
This commit is contained in:
mmoisse 2014-09-14 11:26:39 +02:00
parent c7679ee781
commit dfd8c9eeb6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ settings:
* Illumina paired-end reads no longer than ~70bp:
bwa aln ref.fa read1.fq > read1.sai; bwa aln ref.fa read2.fq > read2.sai
bwa samse ref.fa reads.sai reads.fq > aln-pe.sam
bwa sampe ref.fa reads1.sai reads2.sai reads1.fq reads2.fq > aln-pe.sam
* PacBio subreads to a reference genome: