-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds length filter in coverage * Adds min_len and max_len to CLI * tries isize instead of tlen * Passes min_len and max_len to coverage() * replaces template length with insert size in docs * Removes bad let * replaces fragment length with insert size in docs * Sets min_len default to -1 Otherwise, this PR might cause reads with insert size 0 to be excluded, which might be okay but is not the intended change I want to make * Adheres to argument naming standard ("-" not "_") * Updates argnames with "-frag-". Adds error when max < min. * Adds tests of fragment length filtering --------- Co-authored-by: Ludvig <[email protected]>
- Loading branch information
1 parent
8cb4ad3
commit 8696b5b
Showing
2 changed files
with
47 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters