Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
change the minimual length requrement to 36
Browse files Browse the repository at this point in the history
  • Loading branch information
Haifeng Chen committed Nov 24, 2015
1 parent cedfd4d commit 60810d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. Why does WALT get much lower mapping rate (mapping effiency) compared to other bisulfite mappers?

By default, WALT ignores reads shorter than 39. If you get lower mapping rate, please go to mapstats file and check the percentage of reads that are shorter than 39. If a large portion of reads are shorter than 39, I suggest you use WALT seed pattern 7.
By default, WALT ignores reads shorter than 36. If you get lower mapping rate, please go to mapstats file and check the percentage of reads that are shorter than 36. If a large portion of reads are shorter than 36, I suggest you use WALT seed pattern 7.

(1) Open walt/src/walt/Makefile, modify “-D SEEDPATTERN3" to " -D SEEDPATTERN7"

Expand Down

0 comments on commit 60810d8

Please sign in to comment.